T4 MVC 3 templates generates 88 errors
I have downloaded the following zip. http://www.palmmedia.de/Blog/Download/f0f3664d-3199-4095-bb15-815cf9f3ef2e
I did update the MVCSitemap packige in the website project by NUGET. After that I get a lot of errors (88) generated by my t4 template. Can't 开发者_运维知识库find a way to fix this.
http://twitpic.com/4176yb
When not updating this packige everything works as expected and I can build the project. Somehow I can't edit a thing in my project without getting this big load of errors.
The solution is: Remove all t4 files from the project. Add them again by NUGET and everything works again.
Microsoft guys this should be fixed. t4mvc shouldn't generate this errors when updating nuget package.
Try to rebuild the whole solution and then run the T4 custom tool
精彩评论