Hey All,
I posted something similar in the .NET forums, but am unsure where it belongs, so forgive me if this is the wrong place.
I have a client application, and a folder containing dll's that the application will need to use. In java, if I put jars in the classpath, the JVM loads them automatically.
Is there something similar in .NET or am I stuck calling Assembly.Load on all the dll's in the folder?
Thanks!
I posted something similar in the .NET forums, but am unsure where it belongs, so forgive me if this is the wrong place.
I have a client application, and a folder containing dll's that the application will need to use. In java, if I put jars in the classpath, the JVM loads them automatically.
Is there something similar in .NET or am I stuck calling Assembly.Load on all the dll's in the folder?
Thanks!
Comment