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
105
Infrag upgrade problems
posted

Hello everyone.  I have an issue with upgrading my controls from NetAdvantage 5.3 to 6.2 in visual studion 2003. (I have to use vs2003 for older apps).

In the upgrade, it replaced the references of 5.3 to 6.2 in the headers and in the reference table.  But, the following imports return an error:

Namespace or type 'Design' for the Imports 'Infragistics.WebUI.Design' cannot be found.

Here are the imports that return the same error.

Imports Infragistics.WebUI.Design
Imports Infragistics.WebUI.Shared
Imports Infragistics.WebUI.UltraWebGrid

 

The project references the assemblies in the \bin folder.. which leads to another problem.  When I try to add a reference to an assembly such as the shared assembly, it tells me it can not be added because it's not a valid DLL or COM file.  It doesn't even show up in the .Net references when I add a reference.

 

Can someone help me out on this one?  This is a real head scratcher for me!

 

Thanks in advance.