我使用Visual Studio 2008与目标平台Windows CE使用.NET Compact Framework 3.5并尝试使用在.NET 4.0上运行的ASP.NET WebService
在生成网络参考资料的过程中,我可以看到这种方法,所以我知道它的选择没问题。
我按如下方式调用了网络方法:
PrintSvc.Default d = new Optiplan.ShopFloor.EmbeddedClient.PrintSvc.Default();
d.PrintBarTenderFile(printerName,
printFileName,
printerQuantity,
"TEST",
"",
"",
"",
"",
"",
"",
"",
"",
"TEAM",
""
);
发生了Web异常并且您查看了404的响应。 我在IIS日志中看不到任何内容,我可以通过Web浏览器手动执行此操作,以便参数正确。
答案 0 :(得分:0)
经过几个小时的撞墙后,我发现当Windows CE设备连接到USB底座时,它会将所有流量恢复到localhost,您需要在Windows Mobile Device Center中设置网络。 / p>