I'm trying to use T4MVC in Visual Web Developer 2008 Express Edition and it's not building any files. Is T4 supported in the express editions?
Asked
Active
Viewed 805 times
5
-
Not building? Could do with error output then. – Lee Mar 28 '10 at 18:48
-
@Lee, no error, just no files are created. – C. Ross Mar 28 '10 at 23:33
1 Answers
3
I talked to the T4 expert, and he confirmed that 2008 Express indeed does not support T4. He referred to it as a bug, so apparently it wasn't a deliberate design choice, but more something that was not intended.
The good news is that this should be fixed is VS 2010 Express, which is getting pretty close to being released.

David Ebbo
- 42,443
- 8
- 103
- 117
-
-
1See this question for the status of T4 support in VS 2010 Express: http://stackoverflow.com/questions/3309551/does-vs-2010-express-edition-support-t4-preprocessed-templates – Michael Maddox Jul 30 '10 at 18:25