Nancy, First razor page not working
问题 I'm trying to get a first Razor template working with Nancy, and the first line of my .cshtml... @inherits Nancy.ViewEngines.Razor.NancyRazorViewBase<dynamic> gives me 3 build errors including the following... 'NancyContext' does not contain a definition for 'ApplicationInstance' and no extension method 'ApplicationInstance' accepting a first argument of type 'NancyContext' could be found (are you missing a using directive or an assembly reference?) One very weird thing is that I have three