1

我正在尝试调试我的应用程序,但当时错误如下所示:

Could not load file or assembly 'Ninject, Version=3.0.0.0, Culture=neutral, PublicKeyToken=c7192dc5380945e7' or one of its dependencies. The system cannot find the file specified.

我已经在 Web.Config 文件中添加了一个组装参考作为

<dependentAssembly>
        <assemblyIdentity name="Ninject" publicKeyToken="c7192dc5380945e7" culture="neutral" />
        <bindingRedirect oldVersion="0.0.0.0-3.0.0.0" newVersion="3.0.0.0" />
      </dependentAssembly>

然后调试也没有显示错误。

4

1 回答 1

0

我的问题得到了解决,因为不需要在我的应用程序一侧添加 Ninject 包和库。我刚刚卸载了 Ninject 的所有软件包。

很抱歉浪费您的时间。

于 2013-05-04T07:15:59.723 回答