[Mono-bugs] [Bug 603013] New: Mono.WebBrowser.WinXsp running when debugging a console application
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Wed May 5 16:07:05 EDT 2010
http://bugzilla.novell.com/show_bug.cgi?id=603013
http://bugzilla.novell.com/show_bug.cgi?id=603013#c0
Summary: Mono.WebBrowser.WinXsp running when debugging a
console application
Classification: Mono
Product: Mono Tools for Visual Studio
Version: 2.0
Platform: x86-64
OS/Version: Windows Vista
Status: NEW
Severity: Major
Priority: P5 - None
Component: Debug in Mono
AssignedTo: martin at novell.com
ReportedBy: mchristensen at novell.com
QAContact: mono-bugs at lists.ximian.com
Found By: Component Test
Blocker: ---
Windows Vista 64
MonoTools extension 2.0.6240
openSUSE 11.2 x86_64
monotools-gui-server 2.0.6240
When debugging a console application in Mono remotely, on the second invocation
or so, I get an error dialog with the following content:
[Window Title]
Microsoft Windows
[Main Instruction]
Mono.WebBrowser.WinXsp has stopped working
[Content]
A problem caused the program to stop working correctly. Windows will close the
program and notify you if a solution is available.
[Debug] [Close program]
We shouldn't be running XSP with a console application.
Here's the simple console app code:
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace ConsoleApplication1
{
class Program
{
static void Main(string[] args)
{
Console.WriteLine("Please enter a string: ");
BP=> String S = Console.ReadLine();
Console.WriteLine(S);
}
}
}
--
Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
More information about the mono-bugs
mailing list