Hi, I am using the Guidance package to createa new guidance package. The example stubs a console app and a website. When I add a project vstemplate for a class library I receive the error below. Am I supposed to registerthenew template?
System.InvalidOperationException: Cannot find registration information for template "C:\Documents and Settings\bbyrd\My Documents\Visual Studio 2005\Projects\FPPSGuidance\FPPSGuidance\bin\Debug\Templates\Solutions\Projects\BusinessEntities\BusinessEntities.vstemplate". Package templates may not be properly registered. Run package installation again and verify template name and location.
at Microsoft.Practices.RecipeFramework.VisualStudio.Templates.VSTemplatesService.GetTemplateRegistryData(String templateFileName)
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.VsGuidancePackage.InitializeTemplateCommands()
at Microsoft.Practices.RecipeFramework.VisualStudio.VsGuidancePackage.InitializeCommands()
at Microsoft.Practices.RecipeFramework.VisualStudio.VsGuidancePackage.OnSited()
at Microsoft.Practices.ComponentModel.ContainerComponent.set_Site(ISite value)
at System.ComponentModel.Container.Add(IComponent component, String name)
at Microsoft.Practices.RecipeFramework.VisualStudio.SolutionPackagesContainer.OnEnabledPackage(Object sender, PackageEventArgs e)