2016-05-05 10 views
0

ASP.NET MVC5アプリケーションの起動に問題があります。今まではすべてがうまくいきました。アプリケーションを起動している間、私はエラーの下に取得しています:Microsoft.ApplicationInsightsが見つかりません

Could not load file or assembly 'Microsoft.ApplicationInsights, Version=1.2.3.490, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified.

Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

Exception Details: System.IO.FileNotFoundException: Could not load file or assembly 'Microsoft.ApplicationInsights, Version=1.2.3.490, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified.

私はMicrosoft.ApplicationInsights 1.2.3がインストールされています。私はまた、きれいな、再構築、コンピュータを再起動し、コンピュータを再起動し、部屋などを残してみました

誰かがその問題を解決する方法を知っていますか?

答えて

1

NuGetパッケージマネージャを使用してパッケージを再インストールしてください。可能であれば、更新版をインストールしてください。

関連する問題