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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top