I have Spark view engine registered with my MVC app and it works great :-)
I have a problem however getting FluentHtml extension method intellisense working on my views. I was wondering if anyone else has had this problem?
This code works: <%= this.TextBox(x => x.Name) %> But I dont get intellisense?
I have intellisense working for everyhting else. For example <%= Html.TextBox(...) %> works.