I'm getting a VisualSVN error when I try to run a T4 template that
uses T4Toolbox (www.codeplex.com/T4Toolbox). The error is:

Error 1 Running transformation: System.EntryPointNotFoundException:
Entry point was not found.
   at VisualSVN.VS.Interop.NativeExtenderCallback.OnQueryEditFiles
(UInt32 rgfQueryEdit, String[] rgpszMkDocuments, UInt32*
pfEditVerdict, UInt32* prgfMoreInfo, Boolean* skipOriginal)
   at VisualSVN.VS.Interop.NativeExtender.OnQueryEditFiles
(NativeExtender* , UInt32 rgfQueryEdit, Int32 cFiles, UInt16**
rgpszMkDocuments, UInt32* rgrgf,
__MIDL___MIDL_itf_ivsqueryeditquerysave2_0000_0001* rgFileInfo,
UInt32* pfEditVerdict, UInt32* prgfMoreInfo, Boolean* skipOriginal)
   at EnvDTE.ProjectItems.AddFromFile(String FileName)
   at
Microsoft.VisualStudio.TextTemplating77FDAC4A39299DDBABC76D1B2340818A.GeneratedTextTransformation.TransformationContext.SaveOutputToFile
(String fileName, String content) in c:\Program Files\T4 Toolbox
\T4Toolbox\TransformationContext.tt:line 266
   at
Microsoft.VisualStudio.TextTemplating77FDAC4A39299DDBABC76D1B2340818A.GeneratedTextTransformation.Template.RenderToFile
(String fileName) in c:\Program Files\T4 Toolbox\T4Toolbox
\Template.tt:line 80
   at
Microsoft.VisualStudio.TextTemplating77FDAC4A39299DDBABC76D1B2340818A.GeneratedTextTransformation.ScaffoldingGenerator.GenerateDomainObjectAndTests
() in c:\projects\Suvius\Flamingo\tools\CrudScaffolding
\ScaffoldingGenerator.tt:line 106
   at
Microsoft.VisualStudio.TextTemplating77FDAC4A39299DDBABC76D1B2340818A.GeneratedTextTransformation.ScaffoldingGenerator.RunCore
() in c:\projects\Suvius\Flamingo\tools\CrudScaffolding
\ScaffoldingGenerator.tt:line 42
   at
Microsoft.VisualStudio.TextTemplating77FDAC4A39299DDBABC76D1B2340818A.GeneratedTextTransformation.Generator.Run
() in c:\Program Files\T4 Toolbox\T4Toolbox\Generator.tt:line 68
   at
Microsoft.VisualStudio.TextTemplating77FDAC4A39299DDBABC76D1B2340818A.GeneratedTextTransformation.TransformText
() in c:\projects\Suvius\Flamingo\tools\CrudScaffolding
\ScaffoldingGeneratorCommand.tt:line 24 C:\projects\Suvius\Flamingo
\tools\CrudScaffolding\ScaffoldingGeneratorCommand.tt 1 1


This seems very similar to the issues with ActiveWriter and VisualSVN
described here: 
http://groups.google.com/group/visualsvn/browse_thread/thread/ada83dc3f54e40e8

I've verified that uninstalling VisualSVN solved my problem but
wouldn't mind keeping both it and T4Toolbox. I've tried going through
the T4Toolbox code but can't make any sense of it as I'm new to
templating. But I'm using a project that has templates and need to
uninstall VisualSVN every time I deal with it.

Reply via email to