xhg*_*xhg 14 .net c# windows-phone-8.1
我的WP8.1应用程序中出现此错误,
Application_UnhandledException错误:针对多个版本的程序集System.Net.Http.Primitives生成的本机映像.位于CoolEditor.Class.Class.Class.DropNetRt.DropNetClient ...的CoolEditor.Class.DropNetRt.DropNetClient.LoadClient()(String apiKey,String appSecret),位于CoolEditor.MainPage.d__6e.MoveNext()---来自之前位置的堆栈跟踪结束抛出异常的地方---在System.Runtime.CompilerServices.AsyncMethodBuilderCore.b__3(对象状态)
我在该项目下只有一个解决方案.
您是否使用第三方程序集,该程序集对 System.Net.Http.Primities 版本的引用与您自己项目中的引用不同?是否使用了不适合在 Windows Phone 架构上使用的任何第三方?