weiweithe
vs2017添加引用提示“找不到 Microsoft.VisualStudio.Shell.Interop.IVsReferenceManager 服务的实例”

不知道是不是安装时候的问题?
解决方法:

开始菜单->运行vs2017下的 Developer Command Prompt for VS 2017进入命令行。
定位到vs2017安装目录下的 /Common7/IDE/PublicAssemblies
输入命令: gacutil -i Microsoft.VisualStudio.Shell.Interop.11.0.dll
控制台提示"程序集已成功添加到缓存中"
重启VS2017,正常使用

分类:

技术点:

相关文章:

  • 2021-10-16
  • 2022-12-23
  • 2022-12-23
  • 2022-01-10
  • 2021-11-10
  • 2021-09-07
  • 2021-10-07
猜你喜欢
  • 2021-10-17
  • 2021-10-17
  • 2021-04-19
  • 2021-11-23
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案