|
-
Nov 30th, 2005, 02:39 PM
#1
Thread Starter
Hyperactive Member
References question
All of my clients have certain interop reference files already on thier computers. When I deploy my application it copies those same DLLs to the application directory and uses those. How do I get my software to use ones that are already regsrv32'd on thier system and not copy over the same ones over and over and over?
I am using VS2005 Pro.
Thanks for the help!!
-
Dec 2nd, 2005, 06:49 AM
#2
Thread Starter
Hyperactive Member
Re: References question
Does anyone have any thoughts on this?
-BUMP-
-
Dec 2nd, 2005, 10:46 AM
#3
Re: References question
Theoretically it should not matter because the references will still exist, and they will continue to work as they should.
-
Dec 2nd, 2005, 12:13 PM
#4
Re: References question
This is a DLL hell issue, as far as I can see. By keeping local versions of the necessary resources, the program can ensure that any changes to the globally available versions won't affect how it behaves locally. I've never really thought about turning it off, but you should consider whether the efficiency of having one copy outweighs the potential risk of having that one copy be updated in a way that breaks your code.
My usual boring signature: Nothing
 
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|