开发者

In what location does a .NET app look for .NET assembly file?

开发者 https://www.devze.com 2022-12-31 13:16 出处:网络
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?T

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.

0

精彩评论

暂无评论...
验证码 换一张
取 消