我试图在个人台式计算机上安装Visual Studio 2019 Community Edition,但没有成功。安装过程运行平稳,但是开始工作时我会遇到几个问题:
当我尝试创建.NET Framework项目时,选择项目模板并填充其他信息后,IDE便崩溃了。
带有.NET Core模板。解决方案已创建,但项目丢失。项目文件已创建,但是当我将项目添加到解决方案中时,显示错误:
在任何情况下,Visual Studio ActivityLog文件都会显示相同的错误:
Still unable to load MEF component DLL: Could not load file or assembly 'Microsoft.Windows.Simulator.Client, Version=16.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. The system cannot find the file specified. c:\program files (x86)\microsoft visual studio\2019\community\common7\ide\commonextensions\platform\diagnosticshub\Microsoft.DiagnosticsHub.VisualStudio.Package.dll
较早的帖子(Visual Studio 2019 (16.4.2) crashed without being able to open solutions)提到了日志错误,但没有解决方案。 附加信息是带有OmniSharp C#扩展名的Visual Studio代码也不起作用。它抱怨找不到通过“ dotnet new”创建的项目的“ Sdk”属性中定义的“ Microsoft.NET.Sdk”。使用“ dotnet构建”进行编译。