If you are loading assemblies using Reflection, sometimes you might have to know the location of assembly from your main application. You cant use the GetCurrentDirectory method, since it always returns the application folder, even if the assembly is from some other folder. Here is the way to establish the same. Provide the following method [...]
Continue reading about Location of Assemblies invoked via Reflection
Recent Comments