You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When attempting to run the sample "MvcWebApiSiteTest" project included in this package, it throws the following exception in RazorViewParser.cs, Line 50: "Could not load type 'System.Web.Razor.Parser.MarkupParser' from assembly 'System.Web.Razor, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'."
The text was updated successfully, but these errors were encountered:
So turns out the problem is that Razor Engine does not yet support the 2.0 version of Razor yet. You can add this to your web.config and it will work... Need to get the Razor Engine dudes to create a branch for Razor 2.0 but I think its a big job
When attempting to run the sample "MvcWebApiSiteTest" project included in this package, it throws the following exception in RazorViewParser.cs, Line 50: "Could not load type 'System.Web.Razor.Parser.MarkupParser' from assembly 'System.Web.Razor, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'."
The text was updated successfully, but these errors were encountered: