Where is TextTransform.exe located?

I'm trying to implement the solution in this post: http://stackoverflow.com/questions/1646580/get-visual-studio-to-run-a-t4-template-on-every-build

However I'm getting an error

"'TextTransform.exe' is not recognized as an internal or external command, operable program or batch file."

I have been looking through the program files, however not sure where TextTransform.exe is located.

link|improve this question
1  
and Windows Search can't find it? – Chad Jul 26 '10 at 16:16
feedback

2 Answers

up vote 3 down vote accepted

It should be below

\Program Files\Common Files\Microsoft Shared\TextTemplating\

see: http://msdn.microsoft.com/en-us/library/bb126245.aspx

link|improve this answer
Cool, thanks for the link Chad. I don't have VS2010, I have 2008. So the location for VS2008 is here: C:\Program Files\Common Files\Microsoft Shared\TextTemplating\1.2 – Paul Jul 26 '10 at 16:33
@Paul, same location here actually, which is why I took out the version from the URI – Chad Jul 26 '10 at 17:08
Right, thanks for clarifying - much appreciated. – Paul Jul 27 '10 at 20:47
1  
for Visual Studio 2010 it is in %Program Files (x86)%\Common Files\Microsoft Shared\TextTemplating\10.0 – Lars Truijens Apr 29 '11 at 8:33
feedback

I would recommend trying this over that solution: http://www.olegsych.com/2010/04/understanding-t4-msbuild-integration

If you don't have VS 2010, though, I suppose you're stuck doing it the hard way.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.