T4 MVC 3 模板生成 88 个错误
我已经下载了以下 zip 文件。 http://www.palmmedia.de/Blog/Download/f0f3664d -3199-4095-bb15-815cf9f3ef2e
我确实通过NUGET更新了网站项目中的MVCSitemap包。 之后,我的 t4 模板生成了很多错误 (88)。找不到解决这个问题的方法。
当不更新此包时,一切都会按预期工作,我可以构建项目。不知何故,我无法在项目中编辑任何内容而不会出现大量错误。
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.
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.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
解决方案是:从项目中删除所有 t4 文件。通过 NUGET 再次添加它们,一切都会恢复正常。
微软的人应该修复这个问题。更新 nuget 包时 t4mvc 不应生成此错误。
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.
尝试重建整个解决方案,然后运行 T4 自定义工具
Try to rebuild the whole solution and then run the T4 custom tool