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