VS2017添加引用失败

    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即可


   

   

猜你喜欢

转载自blog.csdn.net/aojiancc2/article/details/74972566