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
 
Back
Top