Assembly Trust Question

  • Thread starter Thread starter jm
  • Start date Start date
J

jm

I have an executable I have built. On some computers it runs without
a problem. On others it will give a security exception. If I run the
..NET Configuration wizard and move the level from no trust to the
first level up, it will then run the program.

How can I workaround this or fix it? I can't find anything.

Thank you.
 
you are making a call to code, which needs elevated privileges. either set
your trust level to full or create a code group and permission set for the
assembly or load it in the gac
 

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