美文网首页
对com组件的调用返回了错误怎么解决

对com组件的调用返回了错误怎么解决

作者: 吵吵人 | 来源:发表于2019-03-08 17:08 被阅读0次

    参考链接:https://jingyan.baidu.com/album/67662997a71f7c54d51b8412.html?picindex=9


    1. cd 路径进不去
      解决办法:先输入安装目录所在磁盘,比如我的VS2013安装在D盘,输入D:后,再复制文件路径。
    2. 入gacutil -i Microsoft.VisualStudio.Shell.Interop.11.0.dll 点击回车按钮,找不到程序集
      解决办法:抓住关键词Microsoft.VisualStudio、shell和版本号,红框内文件最像,复制这个文件名,最后输入Microsoft.VisualStudio.Modeling.SDK.Integration.Shell.12.0.dll,成功!

    相关文章

      网友评论

          本文标题:对com组件的调用返回了错误怎么解决

          本文链接:https://www.haomeiwen.com/subject/dfxdpqtx.html