LayoutFarm / HtmlRenderer

C# HTML Layout and HTML Rendering Engine
http://layoutfarm.github.io/HtmlRenderer/
Other
185 stars 40 forks source link

Build instructions? #4

Closed corliss closed 7 years ago

corliss commented 7 years ago

Hi - could you please add a few lines in README.md explaining how to build the project and sub-projects? Much appreciated!

prepare commented 7 years ago

OK, I' ll try. :)

prepare commented 7 years ago

I update missing project in MainDev.sln, readme.md and I add a new wiki page about how to build the project please see ... https://github.com/LayoutFarm/HtmlRenderer/wiki/3.-Build-The-Project

corliss commented 7 years ago

Thanks. I just tried it with a fresh clone. There are eight build errors, all the same:

Severity Code Description Project File Line Suppression State Error CS0234 The type or namespace name 'Resource' does not exist in the namespace 'LayoutFarm.Demo' (are you missing an assembly reference?) HtmlRenderer.Demo C:\HtmlRenderer\Source\HtmlRenderer.Demo\DemoForm.cs 423 Active

Any ideas? Thanks.

corliss commented 7 years ago

Looks like the namespace is wrong. Changing it from "LayoutFarm.Demo.Resource" to "HtmlRenderer.Demo.Resource" fixes it.