テスト サーバーに Application Insights サーバー モニターをインストールしました。テスト サーバーには、完全に機能する .net 4.0 ASP.net サイトがありました。
サイトで AI を有効にした後、読み込もうとすると、次のエラーが表示されます。
Could not load file or assembly 'System.IO' or one of its dependencies.
The located assembly's manifest definition does not match the assembly
reference. (Exception from HRESULT: 0x80131040)
System.IO.FileLoadException: Could not load file or assembly 'System.IO'
or one of its dependencies. The located assembly's manifest definition
does not match the assembly reference. (Exception from HRESULT:
0x80131040)
AI を有効にすると、サイト /bin/、System.IO.dll、および System.Threading.Tasks.dll にいくつかの .net dll がコピーされます。それらを削除すると、問題は自然に解決しますが、AI はサイトからテレメトリを受信しません。
この問題を解決し、監視を有効にするにはどうすればよいですか?