HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Fusion Add: DWORD ForceLog set value to 1 DWORD LogFailures set value to 1 DWORD LogResourceBinds set value to 1 String LogPath set value to folder for logs (e.g. C:\FusionLog\)I have to restart my machine before I see results.
Wednesday, June 19, 2013
Assembly bind failure logging (Fusion) in .NET
The Assembly Binding Log Viewer displays details for failed assembly binds. This information helps you diagnose why the .NET Framework cannot locate an assembly at run time. These failures are usually the result of an assembly deployed to the wrong location or a mismatch in version numbers or cultures. The common language runtime's failure to locate an assembly typically shows up as a TypeLoadException in your application.
I use information in this log really often, and I always struggle to find this article of how to configure it. And the steps are:
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment