开发者

T4 References for 'MvcTextTemplateHost' and 'VisualStudio'

开发者 https://www.devze.com 2023-02-28 01:53 出处:网络
I\'m having problems creating MVC 3 T4 template. I have cleared the \"Custom Tool\" property for the template as MvcTextTemplateHost not found suggests. But I cant find which reference to include.

I'm having problems creating MVC 3 T4 template. I have cleared the "Custom Tool" property for the template as MvcTextTemplateHost not found suggests. But I cant find which reference to include.

Also I need to find reference for Microsoft.VisualStudio.Web.Mvc.Scaffolding.BuiltIn, I cant find it in the list of references.

Which 开发者_StackOverflow中文版references are missing?

TIA

/Lasse


Probably the simplest way to go about this is to add the existing code templates to your project with NuGet (install-package Mvc3CodeTemplatesCSharp) and then make a copy of one of the templates or take a look at what references are included in them.


Click on controller.tt and go to properties in "custom tool namespace" enter TextTemplatingFileGenerator. and remove from other .tt if there are TextTemplatingFileGenerator.

0

精彩评论

暂无评论...
验证码 换一张
取 消