Security Policy Error using Process.Start

  • Thread starter Thread starter Dave C
  • Start date Start date
D

Dave C

I am trying to shell out to another program from a .NET WinForms application
using the command
System.Diagnostics.Process.Start and I get an a simple popup with "Error
while loading or setting security policy". Anyone have any ideas? Any help
would be appreciated.

Dave C.
 
Dave C said:
I am trying to shell out to another program from a .NET WinForms application
using the command
System.Diagnostics.Process.Start and I get an a simple popup with "Error
while loading or setting security policy". Anyone have any ideas? Any help
would be appreciated.

Dave C.

Further research shows that the Start method requires "full Trust".
How does one assign full trust? Do I assign it to my application or
the application I am calling.

Thanks, Dave C
 

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