我有一个 MVC 应用程序,我使用http://nuget.org/为 MVC 安装 Elmah,我能够安装它并连续运行它。
几周后重新打开 Visual Studio 我得到这个错误:
Could not load file or assembly 'Elmah' or one of its dependencies. The system cannot find the file specified.
Error
<httpModules>
Line 73: <add name="ErrorLog" type="Elmah.ErrorLogModule, Elmah" />
我试图在项目中添加对 Elmah.Mvc 的引用,但没有成功。你能指出我如何解决这个问题吗?谢谢