B
Bill Park
I am trying to access .net assemblies not in the current program
directories. Those assemblies are not in GAC. In Java, I just have to make
sure those classes(jar files) are in the directories of libpath.Do we have
something similar in .NET? If not, how can I access assemblies not in the
current directory and not in GAC?
Thanks for your help.
directories. Those assemblies are not in GAC. In Java, I just have to make
sure those classes(jar files) are in the directories of libpath.Do we have
something similar in .NET? If not, how can I access assemblies not in the
current directory and not in GAC?
Thanks for your help.