アプリケーションをデバッグしようとしていますが、その時点でエラーが次のように表示されます。
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 ファイルにアセンブリ参照の 1 つを次のように追加しています。
<dependentAssembly>
<assemblyIdentity name="Ninject" publicKeyToken="c7192dc5380945e7" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-3.0.0.0" newVersion="3.0.0.0" />
</dependentAssembly>
また、デバッグでもエラーは表示されません。