Antaris/RazorEngine

RazorEngine.Templating.TemplateCompilationException: error: (0, 0) An expression is too long or complex to compile

Opened this issue · 0 comments

I used first Razor.Compile and then Razor.Run, but still I get this error while compiling: An expression is too long or complex to compile, and is not pointing me where exactly is that expression in my .cshtml file. Any ideas to find which expression is? also, I could not manage to debug the .cshtml file, telling me the breakpoint cannot be hit.