November 20, 2003 at 8:20 pm
There seems to be a security issue with the ASPNET user and priviledges have to be set to the dtspkg.dll for ASPNET user to avoid the Access Denied exception.
Having done this, I still have an error in the commandline when declaring the instance if the DTS Package object.
Dim oPkg as new DTS.Package()
This line now produces a system.IO.FileNotFoundException result.
The Description : The specified module does not exist.
Does anybody know what is required to finally create an instance of the DTS.Package object ?
Thanks in advance.
Graham
November 24, 2003 at 12:00 pm
This was removed by the editor as SPAM
December 16, 2004 at 12:27 pm
I am getting a similar error:
System.IO.FileNotFoundException: The specified module could not be found.
at InsuranceTracking.Filetracker.Button2_Click(Object sender, EventArgs e)
This is happening in the FileNotFoundException but I am not getting the filename.
I can exceute the DTS package from debug mode within Visual Studio but once I open a browser outside of Visual Studio I get the above error.
Viewing 3 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic. Login to reply