C#,vb.net,MVC,Jquery,javascript,jscript,vbscript,html,vb,sharepoint,COM,WPF,WCF,Wwf,Asp,Asp.net,questions & answers,

Latest in Sports

Showing posts with label Enterprise Library. Show all posts
Showing posts with label Enterprise Library. Show all posts

Thursday, July 19, 2012

We are developing a new project (using enterprise library 5.0) which needs a dll (developed by an external agency for which source code unavailable) that is using (referenced in the project) enterprise library 2.0. As we cannot have multiple version of the same dll in the bin directory we are facing issues. Even if we use Enterprise Library 5.0 the code part (dll for which source code isn't available) using enterprise library 2.0 is throwing errors that it cannot load the relevant assemblies.
Another constraint is that we cannot deploy the Enterprise Library to GAC because of policy restriction of the hosting agency. Has anyone faced this issue before? Please let us know if there is a solution for this issue.