开发者

File Load Exception on application startup

开发者 https://www.devze.com 2022-12-22 20:10 出处:网络
My application has encountered a problem and needs to close. Of course Microsoft is s开发者_如何转开发orry for the inconvenience, but how am i supposed to debug my app?

My application has encountered a problem and needs to close. Of course Microsoft is s开发者_如何转开发orry for the inconvenience, but how am i supposed to debug my app? Which dll fails to load?

The error report contains between others, system.io.fileloadexception

How do you handle situations like these?


Use the Assembly Binding Log Viewer.

This will allow you to see what assemblies are failing to load and why (this works for .NET dlls only).

0

精彩评论

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