Visual Studio Development Bookmark and Share   
 index > Visual Studio Guidance Automation Toolkit > Error 1001 The project factory CSharp is not registered
 

Error 1001 The project factory CSharp is not registered

I am getting this error onmy template I built using the previous version of GAX/GAT. I haverecently upgraded to VS2008, GAT for VS 2008 and GAX Feb 2008 (v1.4) and am getting this error. I have copied my template below.

Any help would be much appreciated,

Tx,

curt

<VSTemplate Version="2.0" Type="ProjectGroup" xmlns="http://schemas.microsoft.com/developer/vstemplate/2005">

<TemplateData>

<Name>HIMCO Web Solution</Name>

<Description>HIMCO Web Solution</Description>

<ProjectType>CSharp</ProjectType>

<SortOrder>90</SortOrder>

<Icon>HIMCOWebSolution.ico</Icon>

<CreateNewFolder>false</CreateNewFolder>

<DefaultName>HIMCOWebSolution</DefaultName>

<ProvideDefaultName>true</ProvideDefaultName>

</TemplateData>

<TemplateContent>

<ProjectCollection>

<SolutionFolder Name="UI">

<ProjectTemplateLink ProjectName="$ProjectName$Web">Projects\CS_Web\WebProject.vstemplate</ProjectTemplateLink>

</SolutionFolder>

<SolutionFolder Name="DataAccess">

<ProjectTemplateLink ProjectName="$ProjectName$DataAccess">Projects\CS_DataAccess\DataAccessProject.vstemplate</ProjectTemplateLink>

</SolutionFolder>

<SolutionFolder Name="BusinessServices" />

<SolutionFolder Name="Entity">

<ProjectTemplateLink ProjectName="$ProjectName$Entity">Projects\CS_Entity\EntityProject.vstemplate</ProjectTemplateLink>

</SolutionFolder>

<SolutionFolder Name="Database" />

</ProjectCollection>

</TemplateContent>

<WizardExtension>

<Assembly>Microsoft.Practices.RecipeFramework.VisualStudio, Version=1.2.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</Assembly>

<FullClassName>Microsoft.Practices.RecipeFramework.VisualStudio.Templates.UnfoldTemplate</FullClassName>

</WizardExtension>

<WizardData>

<Template xmlns="http://schemas.microsoft.com/pag/gax-template"

SchemaVersion="1.0"

Recipe="CreateSolution">

<References />

</Template>

</WizardData>

</VSTemplate>

ckoppang  Friday, May 09, 2008 11:47 AM
can you unfold any other C#-based project (e.g. Console, Winform, etcones?)

vga  Wednesday, May 14, 2008 4:44 PM

You can use google to search for other answers

Custom Search

More Threads

• Custom Guidance Package Deployment
• Error while using Guidance package in Ent Lib 3.0 for Strong Naming DLLs
• Support for Web Application Project
• TextBox & Conversion
• What is the benefit of using GAT versus implementing patterns
• GAT Problem
• Argument Expansion - Unfold Template
• Clarius SFT June 2007 CTP released issues
• Guidance don´t unload the AppDomain
• web project template, to fire code in gac class.