https://bugzilla.novell.com/show_bug.cgi?id=382392
User [EMAIL PROTECTED] added comment https://bugzilla.novell.com/show_bug.cgi?id=382392#c4 Gert Driesen <[EMAIL PROTECTED]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[EMAIL PROTECTED] --- Comment #4 from Gert Driesen <[EMAIL PROTECTED]> 2008-06-11 12:03:56 MDT --- Simplified repro: using System.Windows.Forms; class Program { static void Main () { WebBrowser wb = new WebBrowser (); wb.Navigate ("http://www.mono-project.com"); } } -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
