V
vadim
Hi,
I have a small .net app that just generates licenses for my program, nothing
fancy, it runs fine from any subdirectory on drive C:,
but it doesn't run from a mapped network drive on the same machine, although
if I run it on the same where the network drive is installed it runs fine,
it feels as if running the program from a mapped drive produces exception,
here are some of the debug messages:
Warning: Can not load symbols for C:\winnt\....\mscorlib.dll
and several other system dlls
and then Request for the permission of type
System.Security.Permissions.EnvironmentPermission, mscorlib ...failed
there is some other info there.
Does anybody have any ideas why this is happening when the program runs from
the mapped drive and what I can.
Thank you,
Vadim
I have a small .net app that just generates licenses for my program, nothing
fancy, it runs fine from any subdirectory on drive C:,
but it doesn't run from a mapped network drive on the same machine, although
if I run it on the same where the network drive is installed it runs fine,
it feels as if running the program from a mapped drive produces exception,
here are some of the debug messages:
Warning: Can not load symbols for C:\winnt\....\mscorlib.dll
and several other system dlls
and then Request for the permission of type
System.Security.Permissions.EnvironmentPermission, mscorlib ...failed
there is some other info there.
Does anybody have any ideas why this is happening when the program runs from
the mapped drive and what I can.
Thank you,
Vadim