Results 1 to 4 of 4

Thread: References question

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    May 2005
    Posts
    258

    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!!

  2. #2

    Thread Starter
    Hyperactive Member
    Join Date
    May 2005
    Posts
    258

    Re: References question

    Does anyone have any thoughts on this?


    -BUMP-

  3. #3
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170

    Re: References question

    Theoretically it should not matter because the references will still exist, and they will continue to work as they should.

  4. #4
    Super Moderator Shaggy Hiker's Avatar
    Join Date
    Aug 2002
    Location
    Idaho
    Posts
    40,109

    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
  •  



Click Here to Expand Forum to Full Width