troygoode / MembershipStarterKit

The starter kit provides the Asp.Net MVC controllers, models, and views needed to administer users & roles.
http://github.com/TroyGoode/MembershipStarterKit
MIT License
197 stars 66 forks source link

Doesn't work with T4MVC #2

Closed carlhoerberg closed 14 years ago

carlhoerberg commented 14 years ago

T4MVC (http://mvccontrib.codeplex.com/wikipage?title=T4MVC) will find a View folder without a corresponding Controller and therefor fail.

jclifford commented 14 years ago

I am successfully using T4MVC with the kit. I do not recall any issues with T4MVC.

carlhoerberg commented 14 years ago

the current trunk has the controller in the assembly, unlike the code which you can see at codeplex..

troygoode commented 14 years ago

The newest source has the controller back in the website's area, so it should work fine with T4MVC. I don't use it though, so let me know if I'm wrong...