Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2005 Forums
 SSIS and Import/Export (2005)
 SSIS not working with Visual Studio

Author  Topic 

gulumal
Starting Member

1 Post

Posted - 2010-03-01 : 14:55:33
When I try to execute a DTS package with C# am getting following error. ( I'm using Visual Studio 2008 and C# )

Could not load file or assembly 'Microsoft.SqlServer.DTSRuntimeWrap, Version=10.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91' or one of its dependencies. The system cannot find the file specified.

Any body could help me? I have SQL 2005 client installed on my
computer.

Microsoft documentation saying that the following DLLs should be
in the system.

Microsoft.SqlServer.ManagedDTS.dll ( I can see this DLL on my system, which I referenced in the project)


Microsoft.SqlServer.RuntimeWrapper.dll
Microsoft.SqlServer.PipelineHost.dll
Microsoft.SqlServer.PipelineWrapper.dll
But I cannot find the above DLLs on my system. Where do I get these
DLLs. I installed and reinstalled SQL 2005 and tired of it. I'm really tired of looking for these DLLs. Any help will be greatly appreciated.
   

- Advertisement -