-
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.
:eek:
-
Use the GAC, that should solve your problem.
-
Anyone know of any good tutorials?
-
Try searching in the help for 'global access cache'