Skip to content Skip to sidebar Skip to footer

Using Html Agility Pack On Wp7.5

Is there a reference/guide for using HTML Agility Pack on WP7.5? I tried compiling the source on my VS2010 but I wasn't able to reference the DLL created on my local machine. Basic

Solution 1:

Yes, I was the one who created that discussion. As said in that discussions page, the solution to this problem is to reference the System.Xml.XPath DLL from the MSFT SDK\Silverlight 4.0\Client folder. Thanks for the help.

Solution 2:

Which solution did you load? The HAPPhone.sln solution in the latest build looks to be what should build a phone project. You can't reference any of the other solutions or DLLs created because they won't be compiled for the phone.

Jaapjan in the comment essentially was saying this but using the term "compact framework" for WP7, while technically interchangeable, will throw most people off. Basically put, you can't use a .NET 4.0 dll on a WP7/Silverlight/CompactFramework build because they're not the same.

I'll conclude this by saying I've not actually used this but if I were to need it, I would be using the HAPPhone solution. If that's the one you've been using and those DLLs don't work, there may be another issue entirely at play.

I think you may've also been the one that posted on their discussion thread here: http://htmlagilitypack.codeplex.com/discussions/282469. If so, you kind of answered your own question and could've gave yourself some points, ;P. I'll respond to the discussion too since I know what's up unless someone beats me to it...

Post a Comment for "Using Html Agility Pack On Wp7.5"