System.Diagnostics.Process.Start(“http://google.com”) crashes IE
问题 Okay I'm having a brain fart here. This should be simple, but I'm missing something. I've got a win form and I'm trying to launch a web page when I click a button. The code for the button is here: private void button2_Click(object sender, EventArgs e) { try { System.Diagnostics.Process.Start("http://www.google.com"); } catch (Win32Exception ex) { Console.WriteLine(ex.Message); lblError.Text = ex.Message; } } When I run this on my computer, it works fine. On other computers, it only works if