I'm trying to use SparkView engine with ASP.NET MVC running on a Linux machine, but there seems to be known problems resolving view paths eg:
System.InvalidOperationException: The view 'Index' or its master could not be found. The following locations were searched:
~/Views/Home/Index.aspx
~/Views/Home/Index.ascx
~/Views/Shared/Index.aspx
~/Views/Shared/Index.ascx
Home\Index.spark
Shared\Index.spark
The problem seems to be that fact that it's looking for Home\Index.spark instead of ~/Views/Home/Index.spark.
I've googled around for a solution to this and found some old comments about it not working, but wondering if anyone has figured this out. I'm using MVC 1.0.