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
90
Compilation Error
posted

i haver this error maybe some one knows:

Compiler Error Message: CS0433: The type 'Infragistics.WebUI.Shared.Style' exists in both 'c:\WINDOWS\assembly\GAC_MSIL\Infragistics2.WebUI.Shared.v8.2\8.2.20082.2011__7dd5c3163f2cd0cb\Infragistics2.WebUI.Shared.v8.2.dll' and 'c:\WINDOWS\assembly\GAC_MSIL\Infragistics2.WebUI.Shared.v8.2\8.2.20082.1000__7dd5c3163f2cd0cb\Infragistics2.WebUI.Shared.v8.2.dll'

let me explaiyou what i do it;

yesterday I was working verry good, and when I turn off the computer, the computer star getting the updates,

and when I try to run the proyect today, came up this error.

any Idea?

 

Thanks

Parents
  • 5389
    Verified Answer
    posted

    angeluc,

    It is possible that your project is referencing two different builds of the same assembly (ex: Infragistics2.WebUI.Shared.v8.2.dll).  I recommend checking your references to ensure that the build numbers on all of your Infragistics2 references are the same, and then check the Register tags of all your .aspx pages to ensure that they are pointing to the same build that you are using.

    Hope this helps,

    ~Kim~

Reply Children
No Data