A
Al Kaufman
I have a simple console app that uses Environment.GetCommandLineArgs to grab
arguments in the command line. It works great on my machine. When I try to
access the application from another machine, it fails due to security
issues. Specifically I get an error message regarding
System.Security.Permissions.EnvironmentPermissions. Apparently I don't have
permission to access the command line arguments on the remote PC.
How can this be handled?
Thanks,
Al
arguments in the command line. It works great on my machine. When I try to
access the application from another machine, it fails due to security
issues. Specifically I get an error message regarding
System.Security.Permissions.EnvironmentPermissions. Apparently I don't have
permission to access the command line arguments on the remote PC.
How can this be handled?
Thanks,
Al