rpallas
12-30-2004, 04:21 AM
Hi,
I have just written a small application that makes use of a SQL DTS package in order to export some data to a .csv file. When i tried to distribute the package by adding a setup project to my solution (with the setup wizard), everything seemed to be ok. It listed all the DTS dll's in the dependencies area, so i went ahead and built it. Unfortunately though, when i try to run the installed project it comes up with an error saying:
"File or assembly name Interop.DTS, or one of its dependencies, was not found."
Is there anything obvious that i could be doing wrong.
PS. Please bear in mind that i am new to .net and its new distribution methods, so a silly mistake is likely.
Thank you
Rob
I have just written a small application that makes use of a SQL DTS package in order to export some data to a .csv file. When i tried to distribute the package by adding a setup project to my solution (with the setup wizard), everything seemed to be ok. It listed all the DTS dll's in the dependencies area, so i went ahead and built it. Unfortunately though, when i try to run the installed project it comes up with an error saying:
"File or assembly name Interop.DTS, or one of its dependencies, was not found."
Is there anything obvious that i could be doing wrong.
PS. Please bear in mind that i am new to .net and its new distribution methods, so a silly mistake is likely.
Thank you
Rob