I have c# that will run in a windows service. I\'m trying to use the Process and ProcessStartInfo classes to run an executable. If the executable is on the local drive, no pro
If the app on the shared drive is a .Net app, make sure it has sufficient trust.