plz have a look on below one..
Symptom
- Trying to run a .NET EXE from a mapped drive
- The application crashes and you see an error like the following in the event log:
EventType clr20r3, P1 mywindowsapplication.exe, P2 1.0.0.0, P3 493e53aa, P4 mscorlib, P5 2.0.0.0, P6 471ebc5b, P7 37d0, P8 b, P9 system.security.security, P10 NIL.
Reproducing the Issue
Create a windows .net application and place it on a mapped network drive and try to run it.
Cause
Error occurs due to security policies for .NET
Resolution
Move the application to a nonnetwork drive on the machine or change the security policy to allow the EXE to run from a network share.
Keywords
NET .NET network share security error policy exe windows application