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
55
Infragistics 2007 vol1 and 2008 vol3 installed on same machine?
posted

I have a web project using Infragistics ASP 2007 vol1.  I installed 2008 vol3 and tried the auto update project feature, but it failed with an error that a value exceeded the range of acceptable values.  So I manually changed all the references in the aspx files from 7.1... to 8.3...  When I then built the project it gave many errors that the objects existed in the 7.1 dlls and 8.3 dlls.  The only way I could get around that was to uninstall 7.1.  Is it required to uninstall 7.1 to use 8.3?

  • 19308
    posted

    You can run any versions of NetAdvantage side by side.  I have all versions installed going back to 2005 actually.  The Upgrade Utility performs 3 main tasks.  It updates the ASPX pages, it updates the web.config, and it updates the project references.  It's likely that there were still references to the older version of NetAdvantage in your web.config, which is why you got the error when you tried to build your application.  Do a quick search through your entire project for 2007 or 7.1, and it should point out the any of the overlooked items. 

    -Tony