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

 

 

Parents
No Data
Reply
  • 25665
    Offline posted

    Hello,

    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 Engineer
    Infragistics, Inc.
    www.infragistics.com

Children