LittleProgammer Posted August 31, 2004 Posted August 31, 2004 I want to deploy an exe that knows where to look for a custom dll. I don't want the dll in the same folder as the exe if at all possible. any help would be greatly appreciated thanks. Quote
Administrators PlausiblyDamp Posted September 2, 2004 Administrators Posted September 2, 2004 If the dll needs to be shared by multiple applications then you could install it into the Global Assembly Cache (GAC). 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.