Visual Studio Development Bookmark and Share   
 index > Visual Studio Guidance Automation Toolkit > Install Error for Guidance Automation Extensions - February 2008 Release
 

Install Error for Guidance Automation Extensions - February 2008 Release

I am trying to install the Guidance Automation Extensions Feb 2008 release and getting an error. The error is "Error 1001: Object reference not set to an instance of an object".I had an earlier version of GAXinstalled for VS2005 and had toremove some registry entries and msi cleanup tool to uninstall the earlier version. Now trying to install GuidanceAutomationExtensions.exe I get the error above. I am running XP SP 2. Does anyone have a solution? I appreciate the help.

brcbuzz  Monday, April 28, 2008 5:32 PM

Discovered what the issue was... The file "C:\Documents and Settings\All Users\Application Data\Microsoft\Recipe Framework\ReceipeFramework.xml"was missing the tags<GuidancePackage>

brcbuzz  Monday, April 28, 2008 10:27 PM

Discovered what the issue was... The file "C:\Documents and Settings\All Users\Application Data\Microsoft\Recipe Framework\ReceipeFramework.xml"was missing the tags<GuidancePackage>

brcbuzz  Monday, April 28, 2008 10:27 PM

I have the same error but my xml file seems even further damaged then just missing the tags. Is there any way to replace, repair the file?
Jasper Alias  Monday, May 05, 2008 12:14 PM

Copy the below xml into the file mentioned above and reinstall GAX. That worked for me... Of course, make a copy of the current file.

<?xml version="1.0" encoding="utf-8"?>
<RecipeFramework SchemaVersion="1.0" TraceLevel="Error" xmlns="http://schemas.microsoft.com/pag/gax-manifest">
<Hosts>
<Host Name="VisualStudio" InstallerType="Microsoft.Practices.RecipeFramework.VisualStudio.RecipeFrameworkInstaller, Microsoft.Practices.RecipeFramework.VisualStudio" />
</Hosts>
<GuidancePackages>
</GuidancePackages>
</RecipeFramework>

brcbuzz  Monday, May 05, 2008 3:48 PM

That solved my problem, thank you very much.
Jasper Alias  Tuesday, May 06, 2008 7:24 AM

You can use google to search for other answers

Custom Search

More Threads

• Installing Visual Studio 2005 Service Pack 1 (XP edition) breaks GAT
• Problem with Package Building (2 projects included as .vstemplate, but references not being resolved)
• Adding project in a template conditionally
• Installation error
• Where is the Recipe History stored?
• Using Experimental Hive
• Call T4 Action
• Access Denied error on Install of Feb GAT
• Getting the project object after Add New Project?
• Recipe Framework Error when created SCSF project