Security Policy System.Diagnostics.Process.Start

robbycraig

Member
Joined
Mar 2, 2006
Messages
7
Programming Experience
1-3
Hi I have some code that uses
System.Diagnostics.Process.Start("CD1.pdf") in vb.net using .net framework 1.1
to open a pdf this works fine locally but when I try to run the application from another machine on the network I get a security exception to be specific an argument exception telling me that the security policy does not allow this. I have put all zones to full trust in the .net framework configuration and told it to trust this assembly but the same error still occurs?
any suggestions will be much appreciated?
 
Back
Top