UserControls & Different Versions of Same 3rd Party DLL
Hello,
I recently inherited a website that makes use of multiple .NET User Controls. A few of these controls are not working because they reference a different version of a 3rd party DLL than what is currently in the bin.
Per instructions in this article, I've tried to modify the web.config file by adding a dependent assembly with bindingRedirect and codeBase elements to target each version and have come up empty handed (HttpParseException: could not load the assembly).
I've also tried giving a user control its own folder in the usercontrol directory of the site, with its own bin. Hoping that the control would know to use the DLL adjacent to it in the file structure. I get the same error as with previous effort.
We make use of numerous user controls and would rather not dedicate the resources to getting all of these controls using the same version of this assembly. Do you have any thoughts that may help us accomplish this?
UserControls & Different Versions of Same 3rd Party DLL
Hello,
I recently inherited a website that makes use of multiple .NET User Controls. A few of these controls are not working because they reference a different version of a 3rd party DLL than what is currently in the bin.
Per instructions in this article, I've tried to modify the web.config file by adding a dependent assembly with bindingRedirect and codeBase elements to target each version and have come up empty handed (HttpParseException: could not load the assembly).
I've also tried giving a user control its own folder in the usercontrol directory of the site, with its own bin. Hoping that the control would know to use the DLL adjacent to it in the file structure. I get the same error as with previous effort.
We make use of numerous user controls and would rather not dedicate the resources to getting all of these controls using the same version of this assembly. Do you have any thoughts that may help us accomplish this?
Thanks for your help, Kyle
is working on a reply...