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