I just create an empty MVC2 project. Add an Area and a controller and a view to it. Include T4MVC files into the project and run the custom tool.
Everything is generated except the ViewNames for the views in the Area.
My tree structure:
Areas
- MyArea
- Controllers
- MyTestController.cs
- Views
- MyTest
- MyTestView.aspx
- MySecondTestView.aspx
- MyTest
- Controllers
As you can I have views directly in Views folder and also in folders named by the controller..
Did anyone experienced something like this?