Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
415
problem adding component after upgrade
posted

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