spark-view-engine

Spark views work initially, but then get a "Dynamic view compilation failed" error after 30 minutes or so.

After pushing my asp.net mvc (with spark view engine) project to our live server yesterday I've started getting a strange error. Everything works fine initially, but after some time (maybe 30 minutes) the views start throwing "Dynamic view compilation failed" errors and complaining about namespaces not existing. The assemblies for the na...

Spark Get Partial View Html

I am using the following code to render a spark view into Html. This works fine when the page doesn't contain any web form elements. Specifically is fails on #Html.BeginForm in a template file. I also noticed that the view has a null value for the request and response properties, even though the controller I am passing has them in the de...