This is a migrated thread and some comments may be shown as answers.

Duplicate Assemblies

2 Answers 94 Views
FormDecorator
This is a migrated thread and some comments may be shown as answers.
sitefinitysteve
Top achievements
Rank 2
Iron
Veteran
sitefinitysteve asked on 08 Dec 2008, 03:21 PM
We've got two versions of the web.ui controls running in the GAC, and I can't seem to get my app to run on the webserver becasue of that...any ideas?

CS0433: The type 'Telerik.Web.UI.RadFormDecorator' exists in both 'c:\WINDOWS\assembly\GAC_MSIL\Telerik.Web.UI\2008.3.1125.20__121fae78165ba3d4\Telerik.Web.UI.dll' and 'c:\WINDOWS\assembly\GAC_MSIL\Telerik.Web.UI\2008.1.515.20__121fae78165ba3d4\Telerik.Web.UI.dll'

my web.config explicitly states use 2008.3.1125.20



2 Answers, 1 is accepted

Sort by
0
Lini
Telerik team
answered on 09 Dec 2008, 07:11 AM
Hi Steve,

Do a search in your project for the name of the assembly "Telerik.Web.UI" and make sure that everywhere the it is used (e.g. @Register directives in ASPX pages) you have the fully qualified name (including the Version). If your project compiles to an assembly, make sure that it references the correct version as well.

All the best,
Lini
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
0
sitefinitysteve
Top achievements
Rank 2
Iron
Veteran
answered on 09 Dec 2008, 01:24 PM
Yeah, I made sure of that before I posted...Version was hardcoded and right everywhere (not that many pages)...so screw it, just upgraded everything :)

Thanks
Tags
FormDecorator
Asked by
sitefinitysteve
Top achievements
Rank 2
Iron
Veteran
Answers by
Lini
Telerik team
sitefinitysteve
Top achievements
Rank 2
Iron
Veteran
Share this question
or