这是一个CLR Project当我尝试在Visual Studio上打开一个resx file时,我得到了以下错误:
Could not load file or assembly 'Microsoft.VisualStudio.DataDesign.Common, Version=16.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. The system cannot find the file specified.信息:
Microsoft Visual Studio Community 2019
Version 16.8.3这是我应该安装的Visual Studio Installer中缺失的工作负载吗?
这些是安装在我的Visual Studio中的以下工作负载
MSVC v142 - VS 2019 C++ x64/x86 build tools
Windows 10 SDK
C++/CLI support for v142 build tools发布于 2021-01-15 05:10:14
已通过安装以下工作负载修复:
.NET desktop development/.NET Framework 4 - 4.6 development tools总空间大约需要2 2GB。
https://stackoverflow.com/questions/65648962
复制相似问题