VS2017添加引用失败

xiaoxiao2021-02-28  97

 

    VS2017添加引用失败 

    找不到 Microsoft.VisualStudio.Shell.Interop.IVsReferenceManager 服务的实例

    

     一:打开vs2017目录下的 Developer Command Prompt for VS 2017

     

    二:使用cd命令定位到vs2017安装目录下的 /Common7/IDE/PublicAssemblies

     

     三:执行命令gacutil -i Microsoft.VisualStudio.Shell.Interop.11.0.dll

           执行成功后,重启vs即可

   

   

转载请注明原文地址: https://www.6miu.com/read-67588.html

最新回复(0)