Hello,
I reuse an application we buy (made by other developpers)
They used Infragistics 9.2.
Now, I buy 10.3 and make the upgrade. all is working good.
They use UltraWebNavigator, UltraWebTab, UltaWebTextEdit, ...
All with masterpage.
I can copy/paste these objects to have new object.
Buy I can't add new object...
tried to add webdatagrid (drag/drop from tools menu), webtexteditor, and some other, but always the same error when accessing the page (translated from french, so not the exact syntax) :
"Error execute Microsoft JSciprt : Sys.InvalidOperation Exception : Infragistic Object still exist and is not a namespace."
I see on debug that the error is when he try to load (on JScript) the namespace Infragistics.Web.UI
What can I do ?
Thx
I believe that you may still have a reference to the older version of the assemblies in your project. Please check the bin folder for the 9.2 assemblies, if they are there delete them. Also check the project properties references and see if you have any virtual references to the older version of the assemblies.
Please let me know if I may be of further assistance with this matter.
Sincerely,Mike P.Developer Support EngineerInfragistics, Inc.www.infragistics.com
I am following up to see if the information about the assemblies had resolved this issue.
Please let me know if you have any questions concerning this matter.