Please do not reply to this email- if you want to comment on the bug, go to the URL shown below and enter your comments there.
Changed by [EMAIL PROTECTED] http://bugzilla.ximian.com/show_bug.cgi?id=75302 --- shadow/75302 2005-06-17 18:06:51.000000000 -0400 +++ shadow/75302.tmp.16374 2005-06-17 18:06:51.000000000 -0400 @@ -0,0 +1,48 @@ +Bug#: 75302 +Product: Mono: Runtime +Version: 1.1 +OS: +OS Details: XP +Status: NEW +Resolution: +Severity: +Priority: Wishlist +Component: misc +AssignedTo: [EMAIL PROTECTED] +ReportedBy: [EMAIL PROTECTED] +QAContact: [EMAIL PROTECTED] +TargetMilestone: --- +URL: +Cc: +Summary: Process.Kill() does not seem to work + +Please fill in this template when reporting a bug, unless you know what +you are doing. +Description of Problem: + +The Process.Kill(), CloseMainWindow() methods do not seem to work. Also +the Process.CreateNoNewWindow property does not seem to work either. It +is supposed to be set to bool false by default, but a new process.start +always creates one in the same window as the parent process. +Also when try to do a process.kill() it does not kill the current +process...while the exact same code works as expected on a MS .NET + + +Steps to reproduce the problem: +1. startInfo.FileName = "tclsh"; + startInfo.Arguments = strScriptName; + startInfo.WorkingDirectory = ExecWSDir.FullName; + startInfo.CreateNoWindow=false; +2. Process ScriptExecProc = Process.Start(startInfo); +3. ScriptExecProc.Kill() + +Actual Results: + + +Expected Results: + + +How often does this happen? +always + +Additional Information: _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
