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!