Assembly binding logging is turned OFF

Discussion in 'ASP.NET / ASP.NET Core' started by dbireporter, May 10, 2015.

  1. When I try to run my ASP.Net website I get this error: "

    WRN: Assembly binding logging is turned OFF.
    To enable assembly bind failure logging, set the registry value [HKLM\Software\Microsoft\Fusion!EnableLog] (DWORD) to 1.
    Note: There is some performance penalty associated with assembly bind failure logging.
    To turn this feature off, remove the registry value [HKLM\Software\Microsoft\Fusion!EnableLog].
    "

    I don't know how to enable logging. Or, is there another way to fix this?
     
  2. RayH

    RayH DiscountASP.NET Lackey DiscountASP.NET Staff

    What's the full error message? You might just need to include the assembly by placing it in your /bin directory.
     
    martino likes this.

Share This Page