Could not load file or assembly 'Microsoft.SqlServer.DTSRuntimeWrap'

前端 未结 2 1485
夕颜
夕颜 2020-12-30 01:37

I can\'t figure out why I\'m getting this error when I run my application (MVC 3). The project has a reference to Microsoft.SQLServer.ManagedDTS. I have both SQL Server 20

2条回答
  •  长发绾君心
    2020-12-30 02:08

    If this is a part of a web application, you need to enable running 32-bit applications from application pool of IIS. This will solve your problem.

提交回复
热议问题