JIT debugger thrown up when running a working exe on a network mounted drive.

  • Thread starter Thread starter bwahahahaha
  • Start date Start date
B

bwahahahaha

Any ideas why? Security permissions or something?

The file works fine locally but not if launched from a network mount.
 
Any ideas why? Security permissions or something?

The file works fine locally but not if launched from a network mount.

You are probably doing something in the code that requires permissions
that by default are only granted to code that runs from the local
machine. If you look at the exception message and figure out which
method throws it, you can read in the docs which permissions are
required.



Mattias
 
Back
Top