How to enable assembly bind failure logging (Fusion) in .NET

后端 未结 13 2857
难免孤独
难免孤独 2020-11-21 04:50

How do I enable assembly bind failure logging (Fusion) in .NET?

13条回答
  •  不思量自难忘°
    2020-11-21 05:45

    If you already have logging enabled and you still get this error on Windows 7 64 bit, try this in IIS 7.5:

    1. Create a new application pool

    2. Go to the Advanced Settings of this application pool

    3. Set the Enable 32-Bit Application to True

    4. Point your web application to use this new pool

提交回复
热议问题