Click here to Skip to main content
15,867,453 members
Home / Discussions / C#
   

C#

 
AnswerRe: How to use Response.AddHeader Method Pin
s_magus14-Sep-12 2:53
s_magus14-Sep-12 2:53 
GeneralRe: How to use Response.AddHeader Method Pin
ASPnoob14-Sep-12 3:00
ASPnoob14-Sep-12 3:00 
AnswerRe: How to use Response.AddHeader Method Pin
Pete O'Hanlon14-Sep-12 3:07
subeditorPete O'Hanlon14-Sep-12 3:07 
GeneralRe: How to use Response.AddHeader Method Pin
ASPnoob14-Sep-12 3:11
ASPnoob14-Sep-12 3:11 
GeneralRe: How to use Response.AddHeader Method Pin
Pete O'Hanlon14-Sep-12 3:14
subeditorPete O'Hanlon14-Sep-12 3:14 
QuestionWPF Datagrid Pin
abollmeyer13-Sep-12 18:02
abollmeyer13-Sep-12 18:02 
AnswerRe: WPF Datagrid Pin
abollmeyer13-Sep-12 18:15
abollmeyer13-Sep-12 18:15 
QuestionC# process question Pin
rachel_m13-Sep-12 8:13
rachel_m13-Sep-12 8:13 
I have a C# 2010 console application calling a second console application. I want the main calling console application to wait for the e_Process1 console application to quit running before the second console application is called with different parameter.
I want the main calling console application to look at values in a sql server 2008 database before calling the second console application with different parameters.
When you look at the 2 lines of code listed below, you will see that the main console program is watiting for the second console application to run. However the main console application is stilling waiting.

Code referecing to:
e_Process1.Start();
e_Process1.WaitForExit();

Thus can you tell me what you suggest I do to solve my problem? Either the second console application never quits executing and/or I need to use diferent statements.


Thus can you tell me what you suggest I do to solve my problem?
AnswerRe: C# process question Pin
Wes Aday13-Sep-12 8:19
professionalWes Aday13-Sep-12 8:19 
AnswerRe: C# process question Pin
wizardzz13-Sep-12 10:03
wizardzz13-Sep-12 10:03 
GeneralRe: C# process question Pin
rachel_m13-Sep-12 10:24
rachel_m13-Sep-12 10:24 
GeneralRe: C# process question Pin
wizardzz13-Sep-12 10:28
wizardzz13-Sep-12 10:28 
GeneralRe: C# process question Pin
rachel_m13-Sep-12 11:02
rachel_m13-Sep-12 11:02 
GeneralRe: C# process question Pin
wizardzz13-Sep-12 11:47
wizardzz13-Sep-12 11:47 
AnswerRe: C# process question Pin
Alan N13-Sep-12 12:45
Alan N13-Sep-12 12:45 
GeneralRe: C# process question Pin
rachel_m14-Sep-12 6:54
rachel_m14-Sep-12 6:54 
GeneralRe: C# process question Pin
rachel_m14-Sep-12 8:09
rachel_m14-Sep-12 8:09 
AnswerRe: C# process question Pin
PIEBALDconsult13-Sep-12 14:08
mvePIEBALDconsult13-Sep-12 14:08 
QuestionHas anyone built a wrapper for PSexec? Pin
turbosupramk313-Sep-12 7:05
turbosupramk313-Sep-12 7:05 
AnswerRe: Has anyone built a wrapper for PSexec? Pin
Ravi Bhavnani14-Sep-12 2:29
professionalRavi Bhavnani14-Sep-12 2:29 
GeneralRe: Has anyone built a wrapper for PSexec? Pin
turbosupramk314-Sep-12 5:29
turbosupramk314-Sep-12 5:29 
Questionentity framework connection objects Pin
George Nistor13-Sep-12 4:33
George Nistor13-Sep-12 4:33 
AnswerRe: entity framework connection objects Pin
Ingo13-Sep-12 6:00
Ingo13-Sep-12 6:00 
GeneralRe: entity framework connection objects Pin
George Nistor14-Sep-12 1:15
George Nistor14-Sep-12 1:15 
GeneralRe: entity framework connection objects Pin
Ingo14-Sep-12 1:23
Ingo14-Sep-12 1:23 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.