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
395
DLL clash
posted

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?

Parents
No Data
Reply
  • 28407
    Suggested Answer
    posted

    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.

      

Children