I have a project that was using Infragistics version 3.2. I ran the project upgrade tool to upgrade it to 8.2. When I drop a version 8.2 control from the toolbox onto a form, I get the design mode interface of the older controls. How do I get it to give me the design mode interface of the new controls?
Thanks for sharing your solution here, as this may help someone else who encounters a similar situation.
Using the Project Upgrade Utility (or Project Upgrade Add-In) on a project only updates the references to NetAdvantage for .NET tools used by that individual project. If your project depends on other project which also reference assemblies from the NetAdvantage for .NET toolset, those other projects will have to be updated as well, because their references will be inherited by any projects that refer to them.
Though I used the upgrade tool to upgrade my WinForms project to the new Infragistics controls, that project was referencing our framework components which are still on Infragistics 2004. I had to build my own version of our corporate framework using the new Infragistics libraries. Once my solution was anything and everything Infragistics 2008 V2, I was working fine.