That sounds very encouraging and it makes sense about the DLL.
Have you tried using a .NET EXE from DTS?
Thanks,
dj
"shumaker (AT) cs (DOT) fsu.edu" wrote:
Quote:
If the VB.NET app is compiled into an *.exe then you can use a Process
Execution Task in the DTS package to run the VB.NET application. You
can even specify command line arguments to pass to the executable and
you will also havce access to the exit code that the process returns
when it exits.
If it is a DLL though, I'm not sure how you'd access the function
because I don't know if the VB used in DTS packages is capable of
loading a .NET DLL. |