Enable fusion assembly binding logging
Assembly binding 如果出錯,資訊不足以查出問題的話。
可開啟 Assembly binding logging 功能查閱更為詳細的訊息。
只要在 HKLM\Software\Microsoft\Fusion 加入 EnableLog 的 DWORD Key,其值設為 1,Assembly binding logging 即會開啟。
reg add "HKLM\Software\Microsoft\Fusion" /v EnableLog /t REG_DWORD /d 1 /f
開啟後再次運行,當 Assembly binding 發生錯誤時,就會顯示更為詳細的資訊。
Link
- Enable Fusion Assembly Binding Logging | Williams notatblog
- .NET enable and disable Fusion log
- Debugging Assembly Loading Failures – Suzanne Cook’s .NET CLR Notes