gpt4 book ai didi

android - 系统.Net.WebException : Error: NameResolutionFailure when Calling WCF Services throwing exception in mono android application

转载 作者:太空狗 更新时间:2023-10-29 13:29:07 24 4
gpt4 key购买 nike

我正在开发 Mono Android 移动应用程序。我在我的应用程序中调用我的 WCF 服务,我使用项目菜单的 -> 添加 WebRefernce 选项添加了 wcf 服务。我的问题是当我在设备上运行调用 wcf 服务时出现异常。

异常:

{System.Net.WebException: Error: NameResolutionFailure at System.Net.HttpWebRequest.EndGetRequestStream (IAsyncResult asyncResult) [0x00000] in :0

at System.Net.HttpWebRequest.GetRequestStream () [0x00000] in :0 at System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke (System.String method_name, System.Object[] parameters) [0x00000] in :0 }

我的设备有互联网连接,使用 WiFi 连接来获取和发布数据

另一种方式

我尝试使用移动数据使用网络连接调用服务,即使用移动网络提供商的互联网连接。这次我遇到了不同的异常。

{System.Net.WebException: The request failed with HTTP status 404: NotFound at System.Web.Services.Protocols.SoapHttpClientProtocol.ReceiveResponse (System.Net.WebResponse response, System.Web.Services.Protocols.SoapClientMessage message, System.Web.Services.Protocols.SoapExtension[] extensions) [0x00000] in :0 at System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke (System.String method_name, System.Object[] parameters) [0x00000] in :0 at AndroidWCFExample.WirelessService.SAGServer.ProcessSomeUpdate (AndroidWCFExample.WirelessService.WebServicesClient oClientInfo, System.String ParameterInfo) [0x00001] in C:\Some Dotnet Examples\AndroidWCFExample\AndroidWCFExample\Web References\WirelessService\Reference.cs:1232 at (wrapper remoting-invoke-with-check) AndroidWCFExample.WirelessService.SAGServer:ProcessSomeUpdate (AndroidWCFExample.WirelessService.WebServicesClient,string) at AndroidWCFExample.EmployeeInfoActivity.button_Click (System.Object sender, System.EventArgs e) [0x0007a] in C:\Some Dotnet Examples\AndroidWCFExample\AndroidWCFExample\EmployeeInfoActivity.cs:79 }

我正在寻找解决此问题的解决方案,但没有得到正确答案。所以请让我知道我需要做什么来修复它。请帮帮我。

当我在 android 模拟器上运行应用程序时,它工作正常

提前致谢..斯雷尼

最佳答案

为您的应用设置互联网权限,并确保您的设备已连接到互联网。

关于android - 系统.Net.WebException : Error: NameResolutionFailure when Calling WCF Services throwing exception in mono android application,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/18015849/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com