davidwhitney / Nancy.ViewEngines.Razor.HtmlHelpers

A port of the ASP.NET MVC Razor helpers to #NancyFx
Apache License 2.0
23 stars 10 forks source link

How to install Nancy.ViewEngines.Razor.BuildProviders.dll #1

Open sunxiaobo opened 9 years ago

sunxiaobo commented 9 years ago

HI,I have a question. How to install Nancy.ViewEngines.Razor.BuildProviders.dll. I can't find it. I only can install Nancy.ViewEngines.Razor.dll and my vs can not find Nancy.ViewEngines.Razor.BuildProviders.dll

davidwhitney commented 9 years ago

Unless it's been deprecated since v.0.21.1 - it should be in packages\Nancy.Viewengines.Razor.0.21.1\BuildProviders

sunxiaobo commented 9 years ago

After install Nancy.ViewEngines.Razor, my web.config like this:

and after compile,it prompt not find Nancy.ViewEngines.Razor.BuildProviders.

How to modify? Thank you very much.

sunxiaobo commented 9 years ago

add extension=".cshtml" type="Nancy.ViewEngines.Razor.BuildProviders.NancyCSharpRazorBuildProvider, Nancy.ViewEngines.Razor.BuildProviders"

davidwhitney commented 9 years ago

I'm not really sure if you're asking a question or making a statement here :) Is there a specific question you're looking for the answer to now?