我一直在使用这段代码一段时间,在我正在构建的 windows phone 7 应用程序中完美地工作。但是突然它停止工作并给我一个格式异常错误?我做错了什么,因为自从它上次完美运行以来我没有对这段代码进行任何更改?
String url = String.Format("http://www.bing.com/search?q={0}");
webBrowser1.Source = (new Uri(string.Format(url), UriKind.Absolute));