In what location does a compiled .net app look for .NET assembly file?
If the assembly file is not found in the application folder and not found in the GAC, where else will it look?
In what location does a compiled .net app look for .NET assembly file?
If the assembly file is not found in the application folder and not found in the GAC, where else will it look?
This will probably give you some info on the topic: How the Runtime Locates Assemblies
You can use the Assembly Binding Log Viewer to look at the details of the locations your application searches for a binding.