Hello world !
Please, excuse my bad english, I'm French...
I work with Visual Studio 2012 for Web Express. I have to parse some web pages. So, I decided to use HtmlAgilityPack (I used it before with VS 2010 without problem).
So, I installed HAP with NuGet.
When I tested my code, I had the error message : "Impossible de se connecter au serveur distant" ("unable to connect to distant server").
Apparently, the code try to access the file d:\Source\htmlagilitypack.new\Trunk\HtmlAgilityPack\HtmlWeb.cs, that does not exist on my computer.
The same code work perfectly with Visual Studio 2010, so I dont understand what I have done wrong.
Please, help me !
Please, excuse my bad english, I'm French...
I work with Visual Studio 2012 for Web Express. I have to parse some web pages. So, I decided to use HtmlAgilityPack (I used it before with VS 2010 without problem).
So, I installed HAP with NuGet.
When I tested my code, I had the error message : "Impossible de se connecter au serveur distant" ("unable to connect to distant server").
Apparently, the code try to access the file d:\Source\htmlagilitypack.new\Trunk\HtmlAgilityPack\HtmlWeb.cs, that does not exist on my computer.
The same code work perfectly with Visual Studio 2010, so I dont understand what I have done wrong.
Please, help me !