我有一个Web服务(ASMX)和一个Xamarin跨平台应用程序,在WebService.asmx代码中我有这个:
fetching
在Xamarin可移植类库中我有一个带有标签lbl1的MainPage,在MainPage.xml.cs中我做了以下内容:
[WebMethod]
public string GetMessage()
{
return "Hello World";
}
但是这给了我一个例外情况,如下:
未处理的例外:
System.Reflection.TargetInvocationException:操作期间发生异常,导致结果无效。检查InnerException以获取异常详细信息。发生