【发布时间】:2012-05-15 19:32:43
【问题描述】:
我使用类似于http://docs.xamarin.com/ios/tutorials/Working_with_Web_Services#Consuming_WCF_Services 的 Silverlight SLSvcUtil.exe 工具在 Monotouch 上创建了一个 WCF 客户端。
在模拟器上一切正常,但是当我在 iPhone 4S 上启动它时出现错误:
在使用 --aot-only 运行时尝试 JIT 编译方法 '(wrapper delegate-begin-invoke) :begin_invoke_IAsyncResult_this__TimeSpan_AsyncCallback_object (System.TimeSpan,System.AsyncCallback,object)'。
有什么想法吗?
【问题讨论】:
-
谢谢!我刚刚解决了从 Visual Studio 项目复制服务引用并覆盖服务和服务通道的问题,例如:stackoverflow.com/questions/10054581/…
标签: wcf xamarin.ios