In what location does a .NET app look for .NET assembly file?
In what location does a compiled .net app look for .NET assembly file?
If the assembly file is not found in the application fo开发者_如何学JAVAlder 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.
精彩评论