Hello everyone,
I'm developing an application (VB.net) for some users here at work and keep running into an error! Whenever I open the application I get this message:
The project location is not fully trusted by the .net runtime. This is usually because it is either a network share or mapped to a network share not on the local machine. If the output path is under the project location,
your code will not execute as fully trusted and you may receive unexpected security exceptions.
Then As expected, when I run the application I get this error:
An unhandled exception of type 'System.Security.SecurityException' occurred
in mscorlib.dll
Additional information: Request for the permission of type
System.Security.Permissions.FileIOPermissions, mscorlib,
Version=1.0.3300.0, Culture=neutral, PublicKey Token=b77a5c561934e089 failed.
The location is not share or mapped! I've been banging my head against the wall trying to figure this out. Any help would be greatly appreciated.
Regards,
JRHEIN
IS ADMIN
I'm developing an application (VB.net) for some users here at work and keep running into an error! Whenever I open the application I get this message:
The project location is not fully trusted by the .net runtime. This is usually because it is either a network share or mapped to a network share not on the local machine. If the output path is under the project location,
your code will not execute as fully trusted and you may receive unexpected security exceptions.
Then As expected, when I run the application I get this error:
An unhandled exception of type 'System.Security.SecurityException' occurred
in mscorlib.dll
Additional information: Request for the permission of type
System.Security.Permissions.FileIOPermissions, mscorlib,
Version=1.0.3300.0, Culture=neutral, PublicKey Token=b77a5c561934e089 failed.
The location is not share or mapped! I've been banging my head against the wall trying to figure this out. Any help would be greatly appreciated.
Regards,
JRHEIN
IS ADMIN