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.
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 mycomputer.Microsoft documentation saying that the following DLLs should bein the system.Microsoft.SqlServer.ManagedDTS.dll ( I can see this DLL on my system, which I referenced in the project)Microsoft.SqlServer.RuntimeWrapper.dllMicrosoft.SqlServer.PipelineHost.dllMicrosoft.SqlServer.PipelineWrapper.dllBut I cannot find the above DLLs on my system. Where do I get theseDLLs. 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. |
|
|
|
|