Could not load file or assembly "Microsoft.DataTransformationServices.Design,Version=12.0.0.0,Cultur...

Error

When I open SSIS project in VS 2012, the following error occurred:

 

The root cause:

I install SqlServer 2014 firstly, then I intall sql server 2012, in this condition, it will lead sql server 2012 overwrote the required version of Microsoft.DataTransformationServices.Design.DLL.

 

The solution:

 Use the Gacutil.exe (Global Assembly Cache Tool) to install Microsoft.DataTransformationServices.Design.DLL again for both sql server 2012 and sql server 2014.

1.Find the "Developer Command Prompt for VS 2012", then run it as administrator, in put following command, then it will show you have import the assembly successfully.

gacutil /i "C:\Program Files (x86)\Microsoft SQL Server\110\Tools\Binn\ManagementStudio\Microsoft.DataTransformationServices.Design.DLL"

2.Find the "Developer Command Prompt for VS 2013", then run it as administrator, in put following command, then it will show you have import the assembly successfully.

gacutil /i "C:\Program Files (x86)\Microsoft SQL Server\120\Tools\Binn\ManagementStudio\Microsoft.DataTransformationServices.Design.DLL"

 

Reference:

You can refer following url for more infomation of Global Assembly cache tool:

https://msdn.microsoft.com/en-us/library/ex0ss12c(v=vs.110).aspx

 

You can reference following two url for more detail info:

https://blogs.msdn.microsoft.com/junfeng/2004/03/25/the-located-assemblys-manifest-definition-with-name-xxx-dll-does-not-match-the-assembly-reference/

http://www.solvusoft.com/en/files/missing-not-found-error/dll/windows/microsoft/msdn-disc-2729/microsoft-datatransformationservices-design-dll/

转载于:https://www.cnblogs.com/HlxDo/p/5310824.html

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值