How to debug “Could not load file or assembly” runtime errors?

You can use the Fusion Log Viewer to debug assembly loading problems in .NET apps.

Also, Process Monitor is very useful in identifying general file-load problems.

Leave a Comment