File Load Exception on application startup
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).
精彩评论