Click here to Skip to main content
15,913,610 members
Home / Discussions / C#
   

C#

 
GeneralRe: Exceptional Exceptions Pin
inyoursadachine29-Jun-04 5:56
inyoursadachine29-Jun-04 5:56 
GeneralRe: Exceptional Exceptions Pin
Dave Kreskowiak29-Jun-04 15:44
mveDave Kreskowiak29-Jun-04 15:44 
GeneralExecuting other applications inside another Pin
Anonymous28-Jun-04 9:12
Anonymous28-Jun-04 9:12 
GeneralRe: Executing other applications inside another Pin
Heath Stewart28-Jun-04 9:36
protectorHeath Stewart28-Jun-04 9:36 
GeneralRe: Executing other applications inside another Pin
Anonymous29-Jun-04 5:36
Anonymous29-Jun-04 5:36 
GeneralRe: Executing other applications inside another Pin
Heath Stewart29-Jun-04 5:42
protectorHeath Stewart29-Jun-04 5:42 
GeneralRe: Executing other applications inside another Pin
Anonymous29-Jun-04 6:26
Anonymous29-Jun-04 6:26 
GeneralRe: Executing other applications inside another Pin
Heath Stewart29-Jun-04 8:43
protectorHeath Stewart29-Jun-04 8:43 
Then make sure you set the current working directory to the directory that has the .build file (or use the fully-qualified path). The current working directory is either the executing application's directory, or the directory you're in when you launch the application from the command-line. You can do this by setting the ProcessStartInfo.WorkingDirectory to the correct directory.

If this doesn't help, please include what the standard output reads after the process exits. Without details about the problem, it's difficult to help you; all I can do is offer suggestions without knowing more.

 

Microsoft MVP, Visual C#
My Articles
GeneralRe: Executing other applications inside another Pin
Anonymous30-Jun-04 2:28
Anonymous30-Jun-04 2:28 
GeneralRe: Executing other applications inside another Pin
Heath Stewart30-Jun-04 2:38
protectorHeath Stewart30-Jun-04 2:38 
GeneralRe: Executing other applications inside another Pin
Anonymous30-Jun-04 5:47
Anonymous30-Jun-04 5:47 
GeneralRe: Executing other applications inside another Pin
Anonymous30-Jun-04 9:50
Anonymous30-Jun-04 9:50 
GeneralHaving trouble with debugging Pin
Flack28-Jun-04 9:06
Flack28-Jun-04 9:06 
GeneralRe: Having trouble with debugging Pin
Dave Kreskowiak29-Jun-04 3:24
mveDave Kreskowiak29-Jun-04 3:24 
GeneralKeeping the record on hold Pin
IamADotNetGuy28-Jun-04 8:03
IamADotNetGuy28-Jun-04 8:03 
GeneralRe: Keeping the record on hold Pin
Heath Stewart28-Jun-04 9:07
protectorHeath Stewart28-Jun-04 9:07 
GeneralRe: Keeping the record on hold Pin
OBRon28-Jun-04 9:25
OBRon28-Jun-04 9:25 
GeneralRe: Keeping the record on hold Pin
Steven Campbell28-Jun-04 13:35
Steven Campbell28-Jun-04 13:35 
GeneralRe: Keeping the record on hold Pin
Serge Lobko-Lobanovsky28-Jun-04 23:51
Serge Lobko-Lobanovsky28-Jun-04 23:51 
GeneralMultiple Forms Pin
Jon_Slaughter28-Jun-04 6:44
Jon_Slaughter28-Jun-04 6:44 
GeneralRe: Multiple Forms Pin
Heath Stewart28-Jun-04 6:56
protectorHeath Stewart28-Jun-04 6:56 
GeneralRe: Multiple Forms Pin
Jon_Slaughter28-Jun-04 8:21
Jon_Slaughter28-Jun-04 8:21 
GeneralRe: Multiple Forms Pin
Heath Stewart28-Jun-04 8:57
protectorHeath Stewart28-Jun-04 8:57 
GeneralRe: Multiple Forms Pin
Jon_Slaughter28-Jun-04 9:16
Jon_Slaughter28-Jun-04 9:16 
GeneralRe: Multiple Forms Pin
Heath Stewart28-Jun-04 9:34
protectorHeath Stewart28-Jun-04 9:34 

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.