这是我的简单代码,但由于某种原因它引发了异常
private void linkLabel1_LinkClicked(object sender, LinkLabelLinkClickedEventArgs e)
{
System.Diagnostics.Process.Start("chrome", "https://www.google.com/");
}
例外:
System.ComponentModel.Win32Exception: 'The system cannot find the file specified.'
我不明白为什么会这样