Mothra Posted September 30, 2004 Posted September 30, 2004 Is it possible to configure an application to point to required dlls outside of the application's directory (in a different directory than the .exe)? If so, how would this be done? Quote Being smarter than you look is always better than looking smarter than you are.
*Experts* mutant Posted October 1, 2004 *Experts* Posted October 1, 2004 You can reference DLLs from the .NET Global Assembly Cache. Google for that or GAC (short for Global Assembly Cache :)) and you will get a lot of examples that deal with that. Quote
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.