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
Thank you for the tip about Register tags. I hadn't notice before that this included a reference to a different version of the assembly that was called in the compilation error.
Carla
Great. Thanks so much Kim. You solved my problem too.
just find that the web.config had 2 assemblies with different versions and I was pointing to the two versions.
thank you very much for your answers
~Angel~
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~