Our Products:   CompleteFTP  edtFTPnet/Free  edtFTPnet/PRO  edtFTPj/Free  edtFTPj/PRO
0 votes
2.7k views
in .NET FTP by (160 points)
I wrote a small VB.NET 2003 App that FTPs data to a server. I want to put this app on my coworkers computers, but when they run the app on their machines, it gives a security error:

An unhandled exception of type 'System.Security.SecurityException' occurred in SLFTP.exe

Additional information: Security error.


I copied the edtftpnet.dll and the nunit.framework.dll to the executable directory, but it doesn't work.

This is the first app I've ever written in .NET so I'm probably missing an important step I'm not aware of.

I tried to find something in the forums here on this, but no luck.

Thanks!

2 Answers

0 votes
by (51.6k points)
Are they running the application through the network from a shared directory? If so then you will need to set some .NET security settings on their computers to permit this. This is a .NET feature and is nothing specifically to do with edtFTPnet. If you have trouble with this then it might be best if you copy all the files to their local harddisks.

- Hans (EDT)
0 votes
by (160 points)
That's the one thing I didn't try. :oops: I was running it from a network share.

I'll give that a try tomorrow.

Thanks.

Categories

...