Грешка при писане на C# код във Visual Studio
Здравейте,
имам проблем с Visual Studio, който така и не успявам да реша. При написването на какъвто и да е код и съответно опитът за стартирането му се получава грешка CS0041 Unexpected error writing debug information -- 'Unable to load DLL 'Microsoft.DiaSymReader.Native.amd64.dll': The specified module could not be found. (Exception from HRESULT: 0x8007007E)' . Единственото, което помогна до някъде е "By removing debug symbols from the build (in VS windows: Project Properties -> Build Tab -> Advanced button -> change "Debug Info" dropdown to "none" -- not sure what equivalent is in VS for Mac / Xamarin Studio) I did this for all configurations of affected project(s). Pulled back to macOS env, build now succeeds. No debug info of course, but it works without breaking any deps.", но като временно решение на проблема. При следващ project, проблемът все още е на лице.