Я использую Visual Studio 2019 для asp.net MVC 5 и развертываю свой проект на веб-сервере.Я получил сообщение об ошибке ниже, пожалуйста, посоветуйте, как исправить сообщение об ошибке.
Trust reason :'NotTrusted' Error: 'System.IO.DirectoryNotFoundException: Could not find a part of the path 'C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\Common7\IDE\AppCapabilitiesTCH\TCH.csproj'.
at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
at System.IO.File.GetAttributes(String path)
at Microsoft.VisualStudio.Shell.Connected.Packages.PathTrustVerifier.PathTrustVerifierService.<>c__DisplayClass35_0.<<CheckPathAsync>b__0>d.MoveNext()'