Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

7
votes
4answers
6k views

ProcessInfo and RedirectStandardOutput

I have an app which calls another process in a command window and that process has updating stats that output to the console window. I thought this was a fairly simple operation but I can't seem to ...
1
vote
1answer
804 views

How to start a 32-bit process in C# without using shell execute on 64-bit machine?

I have an ASP .NET web application on a 64-bit machine that needs to run a legacy 32-bit reporting application. When I run the program with UseShellExecute = false, the program exits with exit code: ...
1
vote
2answers
324 views

How to avoid the Windows (XP) Security Warning when launching a “DOS” command line within C#?

This question is related to this initial question asked a little while ago. Now, that I have chosen the extracting tool, I'm iterating through a given in command line parameter directory and ...
1
vote
3answers
7k views

Run new process as different user in vb.net

I'm currently using a homegrown method to run a process as a different user in Vista, and I can't escape the feeling that's it hack-ish and less than ideal (in addition to the fact that it craps out ...
0
votes
0answers
152 views

Performance Problem when using: ProcessWindowStyle.Hidden

I have a strange issue with a console application that creates an Form With an instance of a WebBorwser control. I start this Process within another application and when i use the ...
0
votes
1answer
239 views

Start External Process with Impersonate Issue

Im deploying my website onto my new server (windows 2003) from my local pc (windows 7) and my local homeserver (windows 2008) and have run in to a issue. I have a process that starts up with the ...