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
630
Error(s) Upgrading Solution/Project to 2011.1
posted

We have a Visual Studio 2005 (VB.net) application that was using the NetAdvantage 2007.2 controls. We recently converted this solution/project to Visual Studio 2010 and upgraded the Infragistics controls to 2011.1 using the Version Utility to do the upgrade.

The interesting thing is we can open the solution and build it and run it with no issues. But if we try and open any of the forms in design view that use any Infragistics controls we get a series of errors/warnings. Some of the errors are seeing are:

Warning 41 The variable 'UltraGridColumn9' is either undeclared or was never assigned.

Warning 51 The variable 'UltraGridBand2' is either undeclared or was never assigned. 

Warning 22 The variable 'Appearance6' is either undeclared or was never assigned. 

Warning 148 Could not find type 'Infragistics.Win.UltraWinMaskedEdit.MaskedEditTabNavigation'.  Please make sure that the assembly that contains this type is referenced.  If this type is a part of your development project, make sure that the project has been successfully built using settings for your current platform or Any CPU. 

Again, the above is just a sample of the errors we are seeing. I should also mention that we are targeting the 4.0 (full) framework.

Any ideas what could be causing these problems and how we can correct them?

Thanks.

Jim

Parents
No Data
Reply
  • 29105
    Offline posted

    Hello Jim,

    Have you been able to sucessfully use the designer on a new sample project with Visual Studio 2010, .NET 4.0, and Infragistics 2011 Volume 1? This will ensure that Visual Studio creates a proper toolbox for the newer version(s) that you install.

    Also, I recommend clearing the "license.licx" of all Infragistics entries. The file might still be pointing to 2007. Please save the file after it's cleared. Also you should make sure all the Infragistics assemblies referenced in your project have the "Specific Version" property set to false. You may want to clean the solution and rebuild.

    Now, if you open the designer, the toolbox should be working correclty.

    For more details please visit our online help for further documentation and tips on upgrading.

Children