Currently the view engine reports a somewhat useless exception of there is an error rendering a TAL document. I believe this is because ASP.NET only reports the innermost exception by default, which isn't very useful.
Create a custom error page which displays the full exception information and indicates exactly what expression has failed.