I've inherited a code base that is built on umbraco. It is using razor scripts to render the views.
Whenever there is an error I get something like this in the output:
Error loading Razor Script Product.cshtml
String reference not set to an instance of a String. Parameter name: s
As you can see that is pretty useless in helping identify the error.
I've no idea if this is an umbraco or razor issue (first time I've used either) Is there a way that you can turn on proper stack traces?