I am wokring in ASP.Net MVC (.Net 4.0) with T4MVC
template.
So far this file was getting updated with entries automatically whenever I used to add new files into my project (like controllers, views, etc.).
But for some reason, it has stopped updating itself. I have just added new folder into project with 3 aspx
files and also related controllers and models. But still T4MVC does not show these things at all and the compiler gives errors for missing things.
Can anybody please help me figuring out the reason?
Thanks!
t4mvc
, it has nothing to do with models. – Puckery