Visual Studio Development Bookmark and Share   
 index > Visual Studio Guidance Automation Toolkit > Microsoft.VisualStudio.TextTemplating 8.2
 

Microsoft.VisualStudio.TextTemplating 8.2

Hi,

on my Vista Enterprise notebook I have installed GAT 1.3.

I'm upgrading an 1.2 Guidance Package.

There are 2 versions of Microsoft.VisualStudio.TextTemplating dll8.1.0.0 e8.2.0.0.

If I use 8.2.0.0 I get a "dll Entry Point not found" error calling "ProcessTemplate" method of ITextTemplatingEngine. I f I use version 8.1.0.0 I have no problem at all. Someone has experienced this same behaviour?

THX

Marco

Haplo_69  Tuesday, October 02, 2007 8:14 AM

Which action are you using? It's a gax/gat built-in action?

jose

Jose Escrich  Thursday, October 04, 2007 3:34 PM

Which action are you using? It's a gax/gat built-in action?

jose

Jose Escrich  Thursday, October 04, 2007 3:34 PM

Here is the code I use:

TemplateHost host = new TemplateHost(binPath, vals);

host.TemplateFile = templateFile;

Console.WriteLine("Rendering Template: template file " + templateFile);

string output = engine.ProcessTemplate(templateCode, host);

where templateCode is the content of a T4 template

Haplo_69  Friday, October 05, 2007 8:09 AM

GAX is still using 8.1, you should use that one.

Jose Escrich  Friday, October 05, 2007 7:35 PM

You can use google to search for other answers

Custom Search

More Threads

• Save the solution on a specific location
• Support for the June or July CTP of VS .Net 2005?
• How to get SysListView32 of hiding object with IAccessible?
• Guidance Package Visual Studio 2005 Project Template not installed on Win XP Service Pack 2
• $ProjectName$ Doesnot shown in Solution Folder Name
• Adding a Custom Reference to Infrastructure.Layout and Infrastruction.Shell
• Guidance Package Manager is disabled under Tools menu
• Clarius SFT February 2007 CTP just released!!
• Minor bug in VszWizard.FindAddItem
• How to get RecipeArgument Value