Visual Studio Development Bookmark and Share   
 index > Visual Studio Guidance Automation Toolkit > Installed GAT/GAX but "Guidance Package" items not in VS08's menus
 

Installed GAT/GAX but "Guidance Package" items not in VS08's menus

Yet another problem installing GAT/GAX.

VS05 and GAT/GAX/CAB/SCSF have been running on the machine. VS08 was installed. The uninstallation of GAT/GAX/CAB/SCSF failed and things went downhill from there. After two weeks of doing nothing but work on this, I've finally gotten to the point where everything is installed again but VS 08 doesn't display any menu item related to Guidance Automation items.

After cleaning the system, these are the steps I've done:

1) Installed Visual Studio 08 Team Edition (full installation).

2) Installed product documentation.

3) Installed Visual Studio 08 Team Explorer.

4) Installed Enterprise Library 3.1.

5) Installed enterprise library source code.

6) Installed GAX and attached to VS08.

7) Installed GAT.

8) Attempted to install May 2007 Smart Client Software Factory �May 2007.msi.

This failed with "Unable to get installer types in the C:\Program Files\Microsoft Visual Studio 8\Common7\IDE\PublicAssemblies\SmartClientFactoryPackageInstaller.dll assembly. --> Unable to load one or more of the requested types. Retrieve the LoaderExceptions property for more information."

Acquired a version of the MSI that was altered by Orca to have the right version number.

This installation ran to a completion with no errors displayed.

9) Edited devenv.exe.config so that the TemplateWizard's newVersion is 8.0.0.0.

Running VS08 does not reflect the presence of GAT/GAX. There is no mention of Guidance Package anywhere.

What next?

RickLH  Monday, January 07, 2008 5:53 PM

Fixed. The problem was, I got lazy at the end of all of this and searched for TemplateWizard instead of the complete string which should have been TemplateWizardInterface. The dependentassembly value associated with TemplateWizard must be 9 while the dependentassembly value associated with TemplateWizardInterface must be 8.

Problem solved.

RickLH  Monday, January 07, 2008 7:17 PM

Fixed. The problem was, I got lazy at the end of all of this and searched for TemplateWizard instead of the complete string which should have been TemplateWizardInterface. The dependentassembly value associated with TemplateWizard must be 9 while the dependentassembly value associated with TemplateWizardInterface must be 8.

Problem solved.

RickLH  Monday, January 07, 2008 7:17 PM

You can use google to search for other answers

Custom Search

More Threads

• Beta 2 Class Wizard does not work
• Path of Bin Folder for a given project
• GAX installed but not showing in VS 2008
• Web Project
• When DSL and GAT integration is comming?
• how to run multiple class file with Main() method on each of them independently in a project?
• Problems with GAX/GAT February 2008 Final Release and WCSF 2.0
• uninstall of HoLPackageSetup.msi failed with "manifest file does not contain an entry for the guidance package Data Solution..."
• How can i show something like a table in VB.NET 2005 form ?
• Adding project in a template conditionally