This is my first VB.NET 2005 application and I'm having an issue with putting the .exe on the network and allowing people to run it. It used to be with Classic VB, this was never an issue.
The error message reads as follows:
"Application attempted to perform and operation not allowed by the security policy. To grant thsi application the required permission, contact your system administrator, or use the Microsoft.NET framework Configuration tool.
If you click Continue, the application will ignore this error and attempt to continue. If you click Quit, the application will close immediately.
Request for the permission of type 'System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'."
I've tried using the configuration tool, but it did'nt work and frankly, I don't want to go around to every PC to set this up anyway. Isn't there a way to complile the application so that anyone can run it? If not, what is the simplist solution here?
The error message reads as follows:
"Application attempted to perform and operation not allowed by the security policy. To grant thsi application the required permission, contact your system administrator, or use the Microsoft.NET framework Configuration tool.
If you click Continue, the application will ignore this error and attempt to continue. If you click Quit, the application will close immediately.
Request for the permission of type 'System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'."
I've tried using the configuration tool, but it did'nt work and frankly, I don't want to go around to every PC to set this up anyway. Isn't there a way to complile the application so that anyone can run it? If not, what is the simplist solution here?