--
You received this message because you are subscribed to the Google Groups "Spark View Engine Dev" group.
To post to this group, send email to spar...@googlegroups.com.
To unsubscribe from this group, send email to spark-dev+...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/spark-dev?hl=en.
--
Adam
Thanks Adam for the code. This is what exactly needs to happen. Append the areas path in the default AreaDescriptorFilter class in the project. Rob, I made the changes in the source and tested it with areas and runs just fine ( I still need to run test cases though, they dont seems to be loading in my visual studio solution). What is the process to incorporate the changes into the main branch ?On Sat, Jul 10, 2010 at 4:47 AM, Adam Schroder <adamsc...@gmail.com> wrote:I have these two classes and then I just call SparkConfiguration.Configure() in my global.asax.cs on app start.This will add register the view engine with Asp.net MVC as well.Please not that this is the code for Asp.net MVC 2.
Added github/RobertTheGrey as collaborator on github/loudej/spark – not exactly sure what that means to github, but I’m assuming you’ll be able to push changes to that central area most people forked from and ci is pointed to.
From: spar...@googlegroups.com [mailto:spar...@googlegroups.com]
On Behalf Of Rob G
Sent: Saturday, July 10, 2010 12:09 PM
To: spar...@googlegroups.com
Subject: Re: Loading Spark Views in Area MVC 2.0
I presume you've created a fork of the main repo and can push your changes up?