G
Guest
I am replacing a VB6 batch program with NET 2003. The program is launched
from a SQL Server via DTS, and the first thing the program does is read some
information from a file (DAT/INI type) residing in the same folder as the
exe. The VB6 programs works just fine, but the NET 2003 errors out with
"System.Security.Permissions.SecurityPermission at MyProgram.basMain.ReadDAT".
What do I need to do to get access? This server\share is readable by all
within the enterprise, so I'm guessing this is some sort of framework issue.
Thanks in advance.
from a SQL Server via DTS, and the first thing the program does is read some
information from a file (DAT/INI type) residing in the same folder as the
exe. The VB6 programs works just fine, but the NET 2003 errors out with
"System.Security.Permissions.SecurityPermission at MyProgram.basMain.ReadDAT".
What do I need to do to get access? This server\share is readable by all
within the enterprise, so I'm guessing this is some sort of framework issue.
Thanks in advance.