Problem with OE10 on network drive

i am trying to start my application on a network drive but i get the error:

Code:
Error  loading the .NET runtime. This may be because required .NET assemblies  are on a network share for which the .NET Framework security policy is  set to less than Full Trust. (14081)

i tried to set the rights with caspol:

Code:
caspol.exe -m -ag LocalIntranet_Zone -url \\mypc\Network_Test\* FullTrust -n "OpenEdge" -d "Progress OpenEdge Network Install"

but i still get the error when i start my application...

i am using Windows 7 64Bit with Progress 10.2B...
 
Top