作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我遇到了同样的问题: IsVisualStudio2012ProInstalled() method not found error when running an SSIS package from VS2012 (我没有足够的代表发表评论并在那里寻求帮助)。当我安装了 visual studio 2012 但随后安装了 visual studio 2015 时,这个问题就开始了,我工作的商店同时使用了这两种软件。
我按照#1 答案的说明进行操作,但出现以下错误
我在命令提示符中输入了这个:
C:\Program Files (x86)\Microsoft Visual Studio
11.0\Common7\IDE\PrivateAssemblies>"C:\Program Files (x86)\Microsoft
SDKs\Windows\v7.0A\Bin\gacutil.exe" /if Microsoft.SqlServer.Dts.Design.dll
错误:
Failure adding assembly to the cache: This assembly is built by a runtime newer than the currently loaded runtime and cannot be loaded.
最佳答案
我终于通过在我的计算机上找到更新版本的 gacutil 来实现它。您可以看到最初我正在查看 v7.0a 文件夹,但在我使用的 v8.0a 文件夹中找到了另一个有效的副本。
cd "C:\Program Files (x86)\Microsoft Visual Studio 11.0\Common7\IDE\PrivateAssemblies"
"C:\Program Files (x86)\Microsoft SDKs\Windows\v8.0A\Bin\NETFX 4.0 Tools\gacutil.exe"
/if Microsoft.SqlServer.Dts.Design.dll
关于sql-server - 将程序集添加到缓存 : This assembly is built by a runtime newer than the currently loaded runtime and cannot be loaded 失败,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/57189959/
我是一名优秀的程序员,十分优秀!