.Net MVC 4 Project fails with Event Log Error “The Module DLL C:\WINDOWS\system32\inetsrv\aspnetcore.dll failed to load. The data is the error.”

前端 未结 4 1313
攒了一身酷
攒了一身酷 2021-02-07 06:31

This is not a DotNetCore project (it\'s an MVC 4 project) and the app pool is properly configured to use dotnet CLR v4, yet after updating to a new version of Windows 10 (be it

4条回答
  •  攒了一身酷
    2021-02-07 06:48

    I too faced the same issue. As a workaround, I marked Enable 32-Bit Application as false in application pool.

    For more details, please check at below link https://github.com/aspnet/Home/issues/1583

提交回复
热议问题