Uri对象未正确初始化

时间:2017-04-17 19:16:27

标签: c# asp.net-web-api asp.net-web-api2

我必须在某个地方犯错误。看图像。我的代码如下。

Uri uri = new Uri("http://localhost:59180/Api/");

如果我可以评估new Uri("http://localhost:59180/Api/");,则显示正确的结果。但是当它被设置为“Uri”类型的变量“uri”时,它无法正确分配值并抛出System.NullReference异常。

我正在使用.Net Framework 4.5。相同的代码在我的其他项目中正常运行。

enter image description here

0 个答案:

没有答案