Why can't I use htmlagilitypack with windows phone 8? What else can I use to Parse HTML in WP8?

前端 未结 6 1511
天命终不由人
天命终不由人 2021-02-08 01:50

Why can\'t I use htmlagilitypack with windows phone 8? I appears to be supported on all platforms including Win8 Win8RT and WP7/WP7.5 and Silverlight 5. Is there one of the DLL

6条回答
  •  渐次进展
    2021-02-08 02:08

    It seems that Windows Phone 8 doesn't like the System.Xml.XPath.dll from the Silverlight SDK. My app that works fine on Windows Phone 7.5, won't work on WP 8. I am currently researching for another alternative for HTML Agility Pack.

提交回复
热议问题