Help! I have created a DLL file which works with a 3rd party program. When it is on my hard drive it works fine but as soon as I move it to a place on the network I get the following error message:
"Request for the permission of type 'System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' failed."
Does anyone know why?
The DLL file needs to be accessed by a number of users.