Results 1 to 4 of 4

Thread: References to DLL's

  1. #1

    Thread Starter
    Fanatic Member VBCrazyCoder's Avatar
    Join Date
    Apr 2003
    Posts
    681

    References to DLL's

    Hello everyone. My question pertains to referencing DLL's. Is there any way to reference a DLL so that when you compile a new version of that DLL, it is automatically used everywhere it is referenced.

    I have an ever growing hierarchy of DLLs that when I change one at the bottom, I have to recompile everyone that contains a reference to it, and recompile those that reference the ones that I recompiled.

    I think what I may be looking for is a way to just specify a location, and tell the programs to use whatever version is in that location.

    Thanks in advance.

  2. #2
    Your Ad Here! Edneeis's Avatar
    Join Date
    Feb 2000
    Location
    Moreno Valley, CA (SoCal)
    Posts
    7,339
    Use the GAC, that should solve your problem.

  3. #3

    Thread Starter
    Fanatic Member VBCrazyCoder's Avatar
    Join Date
    Apr 2003
    Posts
    681
    Anyone know of any good tutorials?

  4. #4
    Your Ad Here! Edneeis's Avatar
    Join Date
    Feb 2000
    Location
    Moreno Valley, CA (SoCal)
    Posts
    7,339
    Try searching in the help for 'global access cache'

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