using System; using System.Text; using ServiceStack.Razor.Templating; using ServiceStack.Text; namespace ServiceStack.Razor { //The type or namespace name 'Html' does not exist in the namespace 'ServiceStack.Markdown' (are you missing an assembly reference?) public class ErrorViewPage : ViewPageRef { public static string DefaultPageName = "Error"; public static string DefaultContents = @"
{2}
{0}
\n", error.Dump()); } details = sb.ToString(); } return template.Fmt(ex.Message + " (" + ex.GetType().Name + ")", details, ex.StackTrace); } } }