Warning: file_get_contents(/data/phpspider/zhask/data//catemap/7/wcf/4.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
windowsmobile&;IIS上的WCF服务-无法建立到网络的连接_Wcf_Iis 7_Windows Mobile - Fatal编程技术网

windowsmobile&;IIS上的WCF服务-无法建立到网络的连接

windowsmobile&;IIS上的WCF服务-无法建立到网络的连接,wcf,iis-7,windows-mobile,Wcf,Iis 7,Windows Mobile,我已经在IIS(本地主机)上设置了WCF服务。我在我的应用程序(windows mobile,C#)中使用该服务。问题是,当我尝试调用任何方法时,我看到一个错误:“无法建立到网络的连接。”我将应用程序部署在Visual Studio 2008 Professional中的内置仿真器上。发生此错误的原因?您可能需要在移动设备模拟器上激活网络连接。这可能有助于: 或者只是通过谷歌搜索在windows mobile emulator上启用网络…您是否在移动设备上看到该错误?如果是的话,它能通过网络(谷

我已经在IIS(本地主机)上设置了WCF服务。我在我的应用程序(windows mobile,C#)中使用该服务。问题是,当我尝试调用任何方法时,我看到一个错误:“无法建立到网络的连接。”我将应用程序部署在Visual Studio 2008 Professional中的内置仿真器上。发生此错误的原因?

您可能需要在移动设备模拟器上激活网络连接。这可能有助于:


或者只是通过谷歌搜索在windows mobile emulator上启用网络…

您是否在移动设备上看到该错误?如果是的话,它能通过网络(谷歌、雅虎、浏览器中的任何东西)到达其他地方吗?那么我们是说这个错误是因为模拟器没有互联网连接(不能访问任何网站)?所以它与WCF或IIS无关?如果是这样的话,我会改写问题并重新标记它。。。