Lyon Posted June 23, 2006 Posted June 23, 2006 Is GAC the only way to share common code between applications (solutions). I have alot of common code (i.e. formatSQL, email routines, etc.) that I'm converting from Classic ASP to ASP.NET and compiling into a commonLibrary.dll, but the project team lead does not want the commonLibrary.dll showing up in everyone of the applications \bin directory. Is there a way to do this? Quote
Administrators PlausiblyDamp Posted June 26, 2006 Administrators Posted June 26, 2006 In that case the GAC is probably the best location, as well as allowing you to store a single copy of the dll it does also allow better control of versioning and is more efficient in terms of memory use. Quote Posting Guidelines FAQ Post Formatting Intellectuals solve problems; geniuses prevent them. -- Albert Einstein
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.