|
index > Visual Studio Guidance Automation Toolkit > Smart Client Software Factory (Recipe Framework Error) during Ena... |
|
Smart Client Software Factory (Recipe Framework Error) during Ena... |
|
|
Microsoft.Practices.RecipeFramework.RecipeFrameworkException: Unexpected error loading template file name C:\Program Files\Microsoft SCSF\GuidancePkg\Bin\Templates\Items\ServiceAgent\ServiceAgent.vstemplate. Make sure that the template is well formed and try again. ---> System.ArgumentException: The template does not have the correct WizardExtension data. at Microsoft.Practices.RecipeFramework.VisualStudio.Templates.TemplateMetaData.ReadTemplate() --- End of inner exception stack trace --- at Microsoft.Practices.RecipeFramework.VisualStudio.Templates.TemplateMetaData.ReadTemplate() at Microsoft.Practices.RecipeFramework.VisualStudio.Templates.TemplateMetaData..ctor(String templateFileName, CommandID command, String packageName) at Microsoft.Practices.RecipeFramework.VisualStudio.Templates.VSTemplatesService.Microsoft.Practices.RecipeFramework.VisualStudio.Common.IVsTemplatesService.GetTemplate(String templateFileName) at Microsoft.Practices.RecipeFramework.VisualStudio.Templates.VSTemplatesService.GetTemplate(String templateFile, ArrayList templates, GuidancePackage guidancePackage) at Microsoft.Practices.RecipeFramework.VisualStudio.Templates.VSTemplatesService.GetTemplates(String directory, ArrayList templates, GuidancePackage guidancePackage) at Microsoft.Practices.RecipeFramework.VisualStudio.Templates.VSTemplatesService.PopulateTemplates(String basePath, ArrayList templates, GuidancePackage guidancePackage) at Microsoft.Practices.RecipeFramework.VisualStudio.Templates.VSTemplatesService.Microsoft.Practices.RecipeFramework.VisualStudio.Common.IVsTemplatesService.GetHostAssets(String basePath) at Microsoft.Practices.RecipeFramework.VisualStudio.SolutionPackagesContainer.GetHostAssets(String packagePath, GuidancePackage packageConfiguration) at Microsoft.Practices.RecipeFramework.PackageManagement.PackageViewer.OnLoad(EventArgs e) | | Ggreg | Templates need to have a specific WizardExtension element in order to be usable in GAT. The element must contain the following data:
<VSTemplate Version="2.0.0" Type="Project" xmlns="http://schemas.microsoft.com/developer/vstemplate/2005"> <TemplateData> .... </TemplateData> <TemplateContent> ....
</TemplateContent> <WizardExtension> <Assembly>Microsoft.Practices.RecipeFramework.VisualStudio, Version=1.0.60429.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</Assembly> <FullClassName>Microsoft.Practices.RecipeFramework.VisualStudio.Templates.UnfoldTemplate</FullClassName> </WizardExtension> </VSTemplate>
HTH
Daniel Cazzulino [Solutions Architect MVP] | | kzu |
|
|
| reply 2 |
|
|
|
You can use google to search for other answers |
|
|
|
|
More Articles |
|
| Solution Folder Name |
| Slow loading Guidance Navigator |
| GAT Custom Directive Processor |
| Unable to install GAX June CTP - States Visual Studio 8.0 is not ... |
| web project template, to fire code in gac class. |
| Where can I get December 2005 version now? |
| Microsoft.Jet.OLEDB.4.0 |
| Custom UnfoldTemplate |
| T4 templates editor? |
| new to GAT |
|