HtmlAgilityPack导致对象不匹配异常和app崩溃

时间:2018-05-31 19:19:47

标签: c# android xamarin xamarin.android html-agility-pack

当运行以下代码时,我得到一个“类型'对象'NInterpret.InterpretedObject'与Xamarin Live Player中的目标类型'System.Collections.Generic.IEnumerable'1 [NInterpretedObject]'”错误匹配:< / p>

var html = @"randomURL.html";
HtmlWeb web = new HtmlWeb();
var page = web.Load(html);

当我直接在手机上安装.apk时,应用程序也会崩溃,但它在Android模拟器中运行得很好。 该错误似乎在最后一行,但我没有找到与Xamarin一起使用的变通方法或其他方法。

0 个答案:

没有答案