Visual Studio Development Bookmark and Share   
 index > Visual Studio Guidance Automation Toolkit > Can't Register or Unregister Recipe
 

Can't Register or Unregister Recipe

Hello there. I was working with the HOL and After few bumps and bruises I was able get to as far as modifying the HolPackage.xml with Snippet. But After that when I went back to start the DSP project , I get error and says that the reinstallation of GAT is required since the HolPackage.xml has been changed.

When I went back to the hands on lab I started to get error on Register and Unregister recipe too. I reinstalled the GAT but that didn't help.

Has anyone faced this problem. I am pretty sure I am not the only one with this problem. Anyone willing the share the solution?

Mohammad hOque  Tuesday, August 22, 2006 3:42 AM

Hi Mohammad,

You don't really need to reinstall GAT after you modify the manifest for a given package (i.e. HOL). What the error says is that a given package was modified and you need to re-register that package (but not GAT itself).

By the first error you got it looks like you have modified a .vstemplate file and your modifications left the file in an incosistent state which VS didn't like it.

Also, you need to change the assembly version in the following line to 1.0.60613 which is the version for GAX v1.1 (is that the version of GAX you're running now right?):

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

 

Can you post an update on this? What was the very latest error you got?

thanks,

-Victor.

vga  Friday, September 01, 2006 8:57 PM

Hi Mohammad,

Can you give some more details about the exception?. Whenever an exception occurs while registrating, you can find the exception details in the Guidance Package Output Window.

Regards,

- Santhoo

SanthoshMReddy  Tuesday, August 22, 2006 9:29 AM

Here is the Guidance output window error. I can see the error is in the template. Cause when I go to HolPackage\Templates\projects\DataClient\DataClient.vstemplate ---- the <Template> node has squigly lines under it . I don't know the steps to fix this problem.

Output window created.

Information: 0 : Starting execution of recipe Register.

Information: 0 : No previously saved state found.

Information: 0 : C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\InstallUtil.exe /DesignMode /i /ShowCallStack /Configuration="C:\Documents and Settings\Administrator\My Documents\Visual Studio 2005\Guidance Automation Toolkit\HOL\TechEd2005HoL\HoLPackage\bin\Debug\\HoLPackage.xml" "C:\Documents and Settings\Administrator\My Documents\Visual Studio 2005\Guidance Automation Toolkit\HOL\TechEd2005HoL\HoLPackageInstaller\bin\Debug\HoLPackageInstaller.dll"

(*) Error: 0 : C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\InstallUtil.exe /DesignMode /i /ShowCallStack /Configuration="C:\Documents and Settings\Administrator\My Documents\Visual Studio 2005\Guidance Automation Toolkit\HOL\TechEd2005HoL\HoLPackage\bin\Debug\\HoLPackage.xml" "C:\Documents and Settings\Administrator\My Documents\Visual Studio 2005\Guidance Automation Toolkit\HOL\TechEd2005HoL\HoLPackageInstaller\bin\Debug\HoLPackageInstaller.dll"

Information: 0 : Microsoft (R) .NET Framework Installation utility Version 2.0.50727.42

Copyright (c) Microsoft Corporation. All rights reserved.

Running a transacted installation.

Beginning the Install phase of the installation.

See the contents of the log file for the C:\Documents and Settings\Administrator\My Documents\Visual Studio 2005\Guidance Automation Toolkit\HOL\TechEd2005HoL\HoLPackageInstaller\bin\Debug\HoLPackageInstaller.dll assembly's progress.

The file is located at C:\Documents and Settings\Administrator\My Documents\Visual Studio 2005\Guidance Automation Toolkit\HOL\TechEd2005HoL\HoLPackageInstaller\bin\Debug\HoLPackageInstaller.InstallLog.

Installing assembly 'C:\Documents and Settings\Administrator\My Documents\Visual Studio 2005\Guidance Automation Toolkit\HOL\TechEd2005HoL\HoLPackageInstaller\bin\Debug\HoLPackageInstaller.dll'.

Affected parameters are:

configuration = C:\Documents and Settings\Administrator\My Documents\Visual Studio 2005\Guidance Automation Toolkit\HOL\TechEd2005HoL\HoLPackage\bin\Debug\\HoLPackage.xml

designmode =

showcallstack =

i =

logfile = C:\Documents and Settings\Administrator\My Documents\Visual Studio 2005\Guidance Automation Toolkit\HOL\TechEd2005HoL\HoLPackageInstaller\bin\Debug\HoLPackageInstaller.InstallLog

logtoconsole =

assemblypath = C:\Documents and Settings\Administrator\My Documents\Visual Studio 2005\Guidance Automation Toolkit\HOL\TechEd2005HoL\HoLPackageInstaller\bin\Debug\HoLPackageInstaller.dll

An exception occurred during the Install phase.

Microsoft.Practices.RecipeFramework.RecipeFrameworkException: Unexpected error loading template file name C:\Documents and Settings\Administrator\My Documents\Visual Studio 2005\Guidance Automation Toolkit\HOL\TechEd2005HoL\HoLPackage\bin\Debug\Templates\Projects\DataClient\DataClient.vstemplate. Make sure that the template is well formed and try again.

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.RegisterTemplates(String basePath, GuidancePackage guidancePackage)

at Microsoft.Practices.RecipeFramework.VisualStudio.RecipeFrameworkInstaller.RegisterTemplates(GuidancePackageRegContext context, Boolean register)

at Microsoft.Practices.RecipeFramework.VisualStudio.RecipeFrameworkInstaller.RegisterPackage(InstallContext installContext, Boolean register, GuidancePackage packageConfig)

at Microsoft.Practices.RecipeFramework.VisualStudio.RecipeFrameworkInstaller.Microsoft.Practices.RecipeFramework.IHostInstaller.InstallPackage(InstallContext context, GuidancePackage packageConfig)

at Microsoft.Practices.RecipeFramework.ManifestInstaller.InstallPackage(String configuration)

at Microsoft.Practices.RecipeFramework.ManifestInstaller.Install(IDictionary stateSaver)

at System.Configuration.Install.Installer.Install(IDictionary stateSaver)

at System.Configuration.Install.AssemblyInstaller.Install(IDictionary savedState)

at System.Configuration.Install.Installer.Install(IDictionary stateSaver)

at System.Configuration.Install.TransactedInstaller.Install(IDictionary savedState)

The inner exception System.InvalidOperationException was thrown with the following error message: There is an error in XML document (0, 0)..

at System.Xml.Serialization.XmlSerializer.Deserialize(XmlReader xmlReader, String encodingStyle, XmlDeserializationEvents events)

at System.Xml.Serialization.XmlSerializer.Deserialize(XmlReader xmlReader, String encodingStyle)

at System.Xml.Serialization.XmlSerializer.Deserialize(XmlReader xmlReader)

at Microsoft.Practices.RecipeFramework.VisualStudio.Templates.TemplateMetaData.GetWizardData(XmlNode wizardData)

at Microsoft.Practices.RecipeFramework.VisualStudio.Templates.TemplateMetaData.ReadTemplate()

The inner exception System.InvalidOperationException was thrown with the following error message: <Template xmlns='http://schemas.microsoft.com/pag/igt-template'> was not expected..

at Microsoft.Practices.RecipeFramework.VisualStudio.VsTemplate.TemplateSerializer.BaseReader.Read6_Template()

at Microsoft.Practices.RecipeFramework.VisualStudio.VsTemplate.TemplateSerializer.Deserialize(XmlSerializationReader reader)

at System.Xml.Serialization.XmlSerializer.Deserialize(XmlReader xmlReader, String encodingStyle, XmlDeserializationEvents events)

The Rollback phase of the installation is beginning.

See the contents of the log file for the C:\Documents and Settings\Administrator\My Documents\Visual Studio 2005\Guidance Automation Toolkit\HOL\TechEd2005HoL\HoLPackageInstaller\bin\Debug\HoLPackageInstaller.dll assembly's progress.

The file is located at C:\Documents and Settings\Administrator\My Documents\Visual Studio 2005\Guidance Automation Toolkit\HOL\TechEd2005HoL\HoLPackageInstaller\bin\Debug\HoLPackageInstaller.InstallLog.

Rolling back assembly 'C:\Documents and Settings\Administrator\My Documents\Visual Studio 2005\Guidance Automation Toolkit\HOL\TechEd2005HoL\HoLPackageInstaller\bin\Debug\HoLPackageInstaller.dll'.

Affected parameters are:

configuration = C:\Documents and Settings\Administrator\My Documents\Visual Studio 2005\Guidance Automation Toolkit\HOL\TechEd2005HoL\HoLPackage\bin\Debug\\HoLPackage.xml

designmode =

showcallstack =

i =

logfile = C:\Documents and Settings\Administrator\My Documents\Visual Studio 2005\Guidance Automation Toolkit\HOL\TechEd2005HoL\HoLPackageInstaller\bin\Debug\HoLPackageInstaller.InstallLog

logtoconsole =

assemblypath = C:\Documents and Settings\Administrator\My Documents\Visual Studio 2005\Guidance Automation Toolkit\HOL\TechEd2005HoL\HoLPackageInstaller\bin\Debug\HoLPackageInstaller.dll

The Rollback phase completed successfully.

The transacted install has completed.

The installation failed, and the rollback has been performed.

(*) Error: 0 : Microsoft (R) .NET Framework Installation utility Version 2.0.50727.42

Copyright (c) Microsoft Corporation. All rights reserved.

Running a transacted installation.

Beginning the Install phase of the installation.

See the contents of the log file for the C:\Documents and Settings\Administrator\My Documents\Visual Studio 2005\Guidance Automation Toolkit\HOL\TechEd2005HoL\HoLPackageInstaller\bin\Debug\HoLPackageInstaller.dll assembly's progress.

The file is located at C:\Documents and Settings\Administrator\My Documents\Visual Studio 2005\Guidance Automation Toolkit\HOL\TechEd2005HoL\HoLPackageInstaller\bin\Debug\HoLPackageInstaller.InstallLog.

Installing assembly 'C:\Documents and Settings\Administrator\My Documents\Visual Studio 2005\Guidance Automation Toolkit\HOL\TechEd2005HoL\HoLPackageInstaller\bin\Debug\HoLPackageInstaller.dll'.

Affected parameters are:

configuration = C:\Documents and Settings\Administrator\My Documents\Visual Studio 2005\Guidance Automation Toolkit\HOL\TechEd2005HoL\HoLPackage\bin\Debug\\HoLPackage.xml

designmode =

showcallstack =

i =

logfile = C:\Documents and Settings\Administrator\My Documents\Visual Studio 2005\Guidance Automation Toolkit\HOL\TechEd2005HoL\HoLPackageInstaller\bin\Debug\HoLPackageInstaller.InstallLog

logtoconsole =

assemblypath = C:\Documents and Settings\Administrator\My Documents\Visual Studio 2005\Guidance Automation Toolkit\HOL\TechEd2005HoL\HoLPackageInstaller\bin\Debug\HoLPackageInstaller.dll

An exception occurred during the Install phase.

Microsoft.Practices.RecipeFramework.RecipeFrameworkException: Unexpected error loading template file name C:\Documents and Settings\Administrator\My Documents\Visual Studio 2005\Guidance Automation Toolkit\HOL\TechEd2005HoL\HoLPackage\bin\Debug\Templates\Projects\DataClient\DataClient.vstemplate. Make sure that the template is well formed and try again.

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.RegisterTemplates(String basePath, GuidancePackage guidancePackage)

at Microsoft.Practices.RecipeFramework.VisualStudio.RecipeFrameworkInstaller.RegisterTemplates(GuidancePackageRegContext context, Boolean register)

at Microsoft.Practices.RecipeFramework.VisualStudio.RecipeFrameworkInstaller.RegisterPackage(InstallContext installContext, Boolean register, GuidancePackage packageConfig)

at Microsoft.Practices.RecipeFramework.VisualStudio.RecipeFrameworkInstaller.Microsoft.Practices.RecipeFramework.IHostInstaller.InstallPackage(InstallContext context, GuidancePackage packageConfig)

at Microsoft.Practices.RecipeFramework.ManifestInstaller.InstallPackage(String configuration)

at Microsoft.Practices.RecipeFramework.ManifestInstaller.Install(IDictionary stateSaver)

at System.Configuration.Install.Installer.Install(IDictionary stateSaver)

at System.Configuration.Install.AssemblyInstaller.Install(IDictionary savedState)

at System.Configuration.Install.Installer.Install(IDictionary stateSaver)

at System.Configuration.Install.TransactedInstaller.Install(IDictionary savedState)

The inner exception System.InvalidOperationException was thrown with the following error message: There is an error in XML document (0, 0)..

at System.Xml.Serialization.XmlSerializer.Deserialize(XmlReader xmlReader, String encodingStyle, XmlDeserializationEvents events)

at System.Xml.Serialization.XmlSerializer.Deserialize(XmlReader xmlReader, String encodingStyle)

at System.Xml.Serialization.XmlSerializer.Deserialize(XmlReader xmlReader)

at Microsoft.Practices.RecipeFramework.VisualStudio.Templates.TemplateMetaData.GetWizardData(XmlNode wizardData)

at Microsoft.Practices.RecipeFramework.VisualStudio.Templates.TemplateMetaData.ReadTemplate()

The inner exception System.InvalidOperationException was thrown with the following error message: <Template xmlns='http://schemas.microsoft.com/pag/igt-template'> was not expected..

at Microsoft.Practices.RecipeFramework.VisualStudio.VsTemplate.TemplateSerializer.BaseReader.Read6_Template()

at Microsoft.Practices.RecipeFramework.VisualStudio.VsTemplate.TemplateSerializer.Deserialize(XmlSerializationReader reader)

at System.Xml.Serialization.XmlSerializer.Deserialize(XmlReader xmlReader, String encodingStyle, XmlDeserializationEvents events)

The Rollback phase of the installation is beginning.

See the contents of the log file for the C:\Documents and Settings\Administrator\My Documents\Visual Studio 2005\Guidance Automation Toolkit\HOL\TechEd2005HoL\HoLPackageInstaller\bin\Debug\HoLPackageInstaller.dll assembly's progress.

The file is located at C:\Documents and Settings\Administrator\My Documents\Visual Studio 2005\Guidance Automation Toolkit\HOL\TechEd2005HoL\HoLPackageInstaller\bin\Debug\HoLPackageInstaller.InstallLog.

Rolling back assembly 'C:\Documents and Settings\Administrator\My Documents\Visual Studio 2005\Guidance Automation Toolkit\HOL\TechEd2005HoL\HoLPackageInstaller\bin\Debug\HoLPackageInstaller.dll'.

Affected parameters are:

configuration = C:\Documents and Settings\Administrator\My Documents\Visual Studio 2005\Guidance Automation Toolkit\HOL\TechEd2005HoL\HoLPackage\bin\Debug\\HoLPackage.xml

designmode =

showcallstack =

i =

logfile = C:\Documents and Settings\Administrator\My Documents\Visual Studio 2005\Guidance Automation Toolkit\HOL\TechEd2005HoL\HoLPackageInstaller\bin\Debug\HoLPackageInstaller.InstallLog

logtoconsole =

assemblypath = C:\Documents and Settings\Administrator\My Documents\Visual Studio 2005\Guidance Automation Toolkit\HOL\TechEd2005HoL\HoLPackageInstaller\bin\Debug\HoLPackageInstaller.dll

The Rollback phase completed successfully.

The transacted install has completed.

The installation failed, and the rollback has been performed.

Information: 0 : ------------------------------------------------------------------------------------------------------------------------------------------------------

(*) Error: 0 : Microsoft.Practices.RecipeFramework.ActionExecutionException: An exception occurred during the binding of reference or execution of recipe Register. Error was: Action Register failed to execute:

Failed to process package. See the Guidance Package Development output window for more information about the error..

You can remove the reference to this recipe through the Guidance Package Manager. ---> System.Configuration.Install.InstallException: Failed to process package. See the Guidance Package Development output window for more information about the error.

at Microsoft.Practices.RecipeFramework.MetaGuidancePackage.Registration.PackageRegistationAction.ThrowFailure(DTE vs, String currentOperation, String output)

at Microsoft.Practices.RecipeFramework.MetaGuidancePackage.Registration.PackageRegistationAction.Execute()

at Microsoft.Practices.RecipeFramework.Recipe.Microsoft.Practices.RecipeFramework.Services.IActionExecutionService.Execute(String actionName, Dictionary`2 inputValues)

at Microsoft.Practices.RecipeFramework.Recipe.Microsoft.Practices.RecipeFramework.Services.IActionExecutionService.Execute(String actionName)

at Microsoft.Practices.RecipeFramework.Recipe.Microsoft.Practices.RecipeFramework.Services.IActionCoordinationService.Run(Dictionary`2 declaredActions, XmlElement coordinationData)

at Microsoft.Practices.RecipeFramework.Recipe.ExecuteActions(IDictionaryService readOnlyArguments, IDictionaryService arguments, ITypeResolutionService resolution)

--- End of inner exception stack trace ---

at Microsoft.Practices.RecipeFramework.Recipe.UndoExecutedActionsAndRethrow(Exception ex)

at Microsoft.Practices.RecipeFramework.Recipe.ExecuteActions(IDictionaryService readOnlyArguments, IDictionaryService arguments, ITypeResolutionService resolution)

at Microsoft.Practices.RecipeFramework.Recipe.Execute(Boolean allowSuspend)

at Microsoft.Practices.RecipeFramework.GuidancePackage.Execute(String recipe, IAssetReference reference, IDictionary arguments)

at Microsoft.Practices.RecipeFramework.GuidancePackage.Execute(IAssetReference reference)

at Microsoft.Practices.RecipeFramework.RecipeReference.OnExecute()

at Microsoft.Practices.RecipeFramework.AssetReference.Execute()

at Microsoft.Practices.RecipeFramework.VisualStudio.ToolWindow.GuidanceNavigatorControl.ExecuteReference(IAssetReference reference)

Mohammad hOque  Wednesday, August 23, 2006 12:29 AM

The squigly brackets went away when I changed the <Templates xmlns="http://schemas.microsoft.com/pag/igt-template" to xmlns="http://schemas.microsoft.com/pag/gax-template". But when I try to register the Package it is still failing. My .vstemplate file is below.

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

<TemplateData>

<Name>Data Client Project</Name>

<Description>Sample windows application using data access.</Description>

<Icon>DataClient.ico</Icon>

<ProjectType>CSharp</ProjectType>

<ProjectSubType>Windows</ProjectSubType>

<SortOrder>1000</SortOrder>

<CreateNewFolder>true</CreateNewFolder>

<DefaultName>DataClient</DefaultName>

<ProvideDefaultName>true</ProvideDefaultName>

<LocationField>Enabled</LocationField>

<EnableLocationBrowseButton>true</EnableLocationBrowseButton>

</TemplateData>

<TemplateContent>

<Project File="DataClient.csproj" ReplaceParameters="true">

<ProjectItem ReplaceParameters="true" TargetFileName="App.config">App.config</ProjectItem>

<ProjectItem ReplaceParameters="true" TargetFileName="Program.cs">Program.cs</ProjectItem>

<ProjectItem ReplaceParameters="true" TargetFileName="MainForm.cs" OpenInEditor="true">MainForm.cs</ProjectItem>

<ProjectItem ReplaceParameters="true" TargetFileName="MainForm.Designer.cs">MainForm.Designer.cs</ProjectItem>

<ProjectItem ReplaceParameters="true" TargetFileName="MainForm.resx">MainForm.resx</ProjectItem>

<Folder Name="Properties">

<ProjectItem ReplaceParameters="true" TargetFileName="AssemblyInfo.cs">AssemblyInfo.cs</ProjectItem>

<ProjectItem ReplaceParameters="true" TargetFileName="Resources.resx">Resources.resx</ProjectItem>

<ProjectItem ReplaceParameters="true" TargetFileName="Resources.Designer.cs">Resources.Designer.cs</ProjectItem>

</Folder>

<ProjectItem ReplaceParameters="true" TargetFileName="ResultsGrid.cs">ResultsGrid.cs</ProjectItem>

<ProjectItem ReplaceParameters="true" TargetFileName="ResultsGrid.Designer.cs">ResultsGrid.Designer.cs</ProjectItem>

<ProjectItem ReplaceParameters="true" TargetFileName="ResultsGrid.resx">ResultsGrid.resx</ProjectItem>

</Project>

</TemplateContent>

<WizardExtension>

<Assembly>Microsoft.Practices.RecipeFramework.VisualStudio, Version=1.0.51206.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="CreateDataClientProject">

<References>

<!-- Add references -->

</References>

</Template>

</WizardData>

</VSTemplate>

Mohammad hOque  Wednesday, August 23, 2006 12:52 AM

Here is more information. I tried to open the app.config file from ..\TechEd2005HoL\HoLPackage\bin\Debug\Templates\Projects\DataClient Location. and it gave me an error while trying to open a new IDE. I selected "No" so it won't disable the package.Now I have duplicate recipes on the solution and it is registering and unregistering the Packages.

I am giving all these information to facilitate the guys who are working on the Guidance Package to pinpoint a better solution. As a newbie I don't have enough insight to figure out what is the reason but I will definately be more than happy to provide information about the problem. Good luck guys. Hope to see a solution or explanation from a person who will figure this out. Thanks a lot.

Mohammad hOque  Wednesday, August 23, 2006 4:05 AM

Hi Mohammad,

You don't really need to reinstall GAT after you modify the manifest for a given package (i.e. HOL). What the error says is that a given package was modified and you need to re-register that package (but not GAT itself).

By the first error you got it looks like you have modified a .vstemplate file and your modifications left the file in an incosistent state which VS didn't like it.

Also, you need to change the assembly version in the following line to 1.0.60613 which is the version for GAX v1.1 (is that the version of GAX you're running now right?):

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

 

Can you post an update on this? What was the very latest error you got?

thanks,

-Victor.

vga  Friday, September 01, 2006 8:57 PM

You can use google to search for other answers

Custom Search

More Threads

• Layered Architecture Demo explanation
• Problem Loading Package
• Bug in Microsoft.Practices.RecipeFramework.Library.DteHelper.IsWebProject
• How does one get his/her posts removed?
• Converting IDTWizard to GAT project and solution templates.
• Creating a Project with a Static Project Folder Name.
• GAT Roadmap
• Installing Guidance package for both VS2005 and VS2008
• Error installing GAX
• Can a recipe be called from a recipe?