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
75
GAC conflic web control issues with v6.3 and v7.2 on my machine
posted

 

I inherited a web application we're doing in ASP.NET 2.0 and a consultant put in a few Infragistic controls so far using v6.3.  I want to rip them out and use the same controls but v.7.2.  So I removed all the assemblies for 6.3 in the projects (and lines in the web.config relating to 6.3), added the 7.2 assemblies and when I compile, I get the following GAC conflicts:

Error    32    The type 'Infragistics.WebUI.UltraWebNavigator.WebTreeNodeEventArgs' exists in both 'c:\WINDOWS\assembly\GAC_MSIL\Infragistics2.WebUI.UltraWebNavigator.v7.2\7.2.20072.61__7dd5c3163f2cd0cb\Infragistics2.WebUI.UltraWebNavigator.v7.2.dll' and 'c:\WINDOWS\assembly\GAC_MSIL\Infragistics2.WebUI.UltraWebNavigator.v6.3\6.3.20063.53__7dd5c3163f2cd0cb\Infragistics2.WebUI.UltraWebNavigator.v6.3.dll'    C:\tfs\xxxBSD Process Tool\xxx\Controls\LocationSelector.ascx.cs    59    107    C:\...\

and a few others for some other types of Infragistic web controls.

So I have 2 questions

1) How to resolve this issue so that it picks up the 7.2 controls instead.  Do I have to re-drag in the controls from the 7.2 toolbox and delete the controls in mark-up or should this just work?

2) Can you run 2 versions of Infragistics on your PC.  Can you use 2 versions of Infragistics in your web app?