hi
I register one more new package, this one was the default one whenweinstallGAT, however i removed all other stuff that comes default,it was successful how ever i could not able to see thenew register guidance package in the project types when i open another VS Instance
<VSTemplate
Version="2.0"
Type="ProjectGroup"
xmlns="http://schemas.microsoft.com/developer/vstemplate/2005">
<TemplateData>
<Name>CommonUtilities Sample Solution</Name>
<Description>Common Utilities Sample Solution</Description>
<ProjectType>CSharp</ProjectType>
<SortOrder>90</SortOrder>
<Icon>CommonUtilities.ico</Icon>
<CreateNewFolder>false</CreateNewFolder>
<DefaultName>CommonUtilitiesGuidancePackageSolution</DefaultName>
<ProvideDefaultName>true</ProvideDefaultName>
</TemplateData>
<TemplateContent>
<ProjectCollection>
<SolutionFolder Name="SampleFolder"/>
<SolutionFolder Name="Other Projects" />
</ProjectCollection>
</TemplateContent>
<WizardExtension>
<Assembly> ...</Assembly>
<FullClassName>...</FullClassName>
</WizardExtension>
<WizardData>
<Template xmlns="http://schemas.microsoft.com/pag/gax-template"
SchemaVersion="1.0"
Recipe="CreateSolution">
</Template>
</WizardData>
</VSTemplate>
Configuration file..
<?xml version="1.0" encoding="utf-8" ?>
<GuidancePackage xmlns="http://schemas.microsoft.com/pag/gax-core"
Name="CommonUtilities"
Caption="CommonUtilities"
Description="Common Utilities for all the projects"
Guid="0e3a3f3b-8948-4c51-aca3-d4fb3b4a6eb3"
SchemaVersion="1.0">
<!--BindingRecipe="BindingRecipe"-->
<Recipes>
<!--<Recipe Name="BindingRecipe">
<Types>
<TypeAlias Name="RefCreator" Type="Microsoft.Practices.RecipeFramework.Library.Actions.CreateUnboundReferenceAction, Microsoft.Practices.RecipeFramework.Library"/>
</Types>
<Caption>Creates unbound references to the guidance package</Caption>
<Actions>
<Action Name="UnboundT4Template" Type="RefCreator" AssetName="GenerateRepeatingClassT4"
ReferenceType="Microsoft.Practices.RecipeFramework.Library.AssetReferences.UnboundReferences.CSharpProjectRecipeReference, Microsoft.Practices.RecipeFramework.Library" />
</Actions>
</Recipe>-->
<Recipe Name="CreateSolution">
<Caption>Collects information for the new sample solution.</Caption>
<Arguments>
<Argument Name="ProjectName">
<Converter Type="Microsoft.Practices.RecipeFramework.Library.Converters.NamespaceStringConverter, Microsoft.Practices.RecipeFramework.Library"/>
</Argument>
</Arguments>
<GatheringServiceData>
<Wizard xmlns="http://schemas.microsoft.com/pag/gax-wizards" SchemaVersion="1.0">
<Pages>
<Page>
<Title>Initial values for the new solution</Title>
<Fields>
<Field Label="Project Name" ValueName="ProjectName" />
</Fields>
</Page>
</Pages>
</Wizard>
</GatheringServiceData>
</Recipe>
</Recipes>
</Recipes>
ANy thing missing i dont know what is the exact problem pls help me out
regards
satish