Assembly Binding Log Viewer 显示失败的程序集绑定(assembly binding). 这个信息可以帮助我们诊断为什么.NET Framework不能在运行时定位或寻找到一个程序集. 这些失败通常是将程序集部署到了错误的地方或者弄错了版本或是culture信息的结果. Common language runtime在找不到程序集的时候, 典型地会在你的程序中show出一个TypeLoadException.

 

在Visual Studio的SDK Command Prompt中运行fuslogvw.exe.

 

Assembly Binding Log Viewer (Fuslogvw.exe)

http://msdn.microsoft.com/en-us/library/e74a18c4%28VS.71%29.aspx 

Assembly Binding Log Viewer (Fuslogvw.exe)

http://msdn.microsoft.com/en-us/library/e74a18c4%28VS.80%29.aspx

相关文章:

  • 2021-04-05
  • 2022-12-23
  • 2022-12-23
  • 2021-11-30
  • 2021-09-25
  • 2021-10-16
  • 2021-10-16
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-11-13
  • 2021-07-20
  • 2021-08-31
  • 2022-12-23
  • 2022-03-02
相关资源
相似解决方案