I am trying out the Spark view engine with ASP MVC but get the error below when displaying a view. The view references model objects that are in a different assembly to the main web application (MyApp
I was just curious if any Spark T4 templates already exist that match/are similar to the out of the box web forms view templates (create, edit, details, etc...). My Google skills didn\'t lead me to an
I am trying to convert my spark views to use ViewData.Model inst开发者_StackOverflow中文版ead of the namevaluecollection so that I can use AutoMapper to map my dto\'s to entities before it gets into m
My client application needs to generate HTML. I\'d like to use a template/view engine solution like Spark, but I\'m not sure whether Spark can be used outside of an ASP.NET application. Does anyone kn
I am using the Spark view Engine instead of the default ASP.NET view engine and I\'d like to be able to add a \'spark\' view instead of a \'ASP.NET\' view when adding a new view to the project. I assu
It would like to iterate through list and render partial view for each element: <for each=\"Element elem in elements\">
Some body tr开发者_JAVA百科ied Spark View Engine with asp.net mvc 2 preview 2? I have a problem with AREAS.