Hi,
I recently upgraded from 8.3 to 9.1 and it works just fine on my development machine. However, when I publish my project to my remote webserver I get the following error:
CS0433: The type 'Infragistics.WebUI.Shared.BorderDetails' exists in both 'c:\windows\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\11fa4f49\6a6e7db1\assembly\dl3\136e67b8\007b5e8f_5cbfc901\Infragistics35.WebUI.Shared.v9.1.DLL' and 'c:\windows\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\11fa4f49\6a6e7db1\assembly\dl3\07ab219a\0064045e_8f9dc901\Infragistics35.WebUI.Shared.v8.3.DLL'
How do I solve this?
HI,
If you are using Visual Studio 2008 - click on your project and click on property pages - Click on the refrences tab - remove any 8.3 infragistics references.
Check your bin directory - make sure you dont have 9.1 and 8.3 Dlls.
Check your webconfig - make sure you don't have refrences to 9.1 and 8.3 Dll's
Check your aspx pages and register tags - make sure you dont have 9.1 and 8.3 references.
thanks. I have already checked all those things, but I failed to empty the Bin folder at the hosted server!
Now it works!