Is it possible to reference the Telerik.Web.UI that is installed in the GAC from a Class Library, or do I have to add it to the bin and add the reference that way?
I'm having a conflict between my website and custom class librarys, to get the designer to function correctly Telerik.Web.UI needs to be installed in the GAC, but to use it in my class library I seem to have to have it in the bin. This is causing duplicates in the website, because when the site is built, the .dll is added to the bin, and it gets confused and doesn't know which to use.
any help or insights appreciated :)
I'm having a conflict between my website and custom class librarys, to get the designer to function correctly Telerik.Web.UI needs to be installed in the GAC, but to use it in my class library I seem to have to have it in the bin. This is causing duplicates in the website, because when the site is built, the .dll is added to the bin, and it gets confused and doesn't know which to use.
any help or insights appreciated :)