It's my understanding that the controls for "prometheus" are in a single DLL. I put this DLL into the GAC.
Does anyone know how to declare the "Telerik.Web.UI" in the web.config file so I can omit having this DLL in my "bin" directory and only in the GAC?
Also, is it possible to omit any version information in the declaration for this assembly so that any updates to it can just be done in the GAC without changes to the web.config? If so, what's the declaration look like?
Thanks for any help,
Mark
Does anyone know how to declare the "Telerik.Web.UI" in the web.config file so I can omit having this DLL in my "bin" directory and only in the GAC?
Also, is it possible to omit any version information in the declaration for this assembly so that any updates to it can just be done in the GAC without changes to the web.config? If so, what's the declaration look like?
Thanks for any help,
Mark