jamietre / CsQuery

CsQuery is a complete CSS selector engine, HTML parser, and jQuery port for C# and .NET 4.
Other
1.16k stars 249 forks source link

HtmlParserSharp source file not found #184

Open yihaa5 opened 9 years ago

yihaa5 commented 9 years ago

i downloaded and extracted the entire repo. After opening it and compiling via VS 2012, there is error reporting the file is missing. It is not included in the Zip file.

Help

yihaa5 commented 9 years ago

hi guys, sorry for my lack of checking, The HtmlParserSharp is in a seperate repository.
https://github.com/jamietre/HtmlParserSharp

gravityFlower commented 9 years ago

Had the same problem. Just go to the directory HtmlParserSharp. If there are empty folders in it, delete them and run 'git submodule update'. This should fix the problem.