I have been working on a GAT (Dec 2005 CTP) package for the last month and have gone through many interations of register, test, repeat. Now I am at the point of testing the setup msi. The developers that are testing the package have VS.NET 2005 and GAX Dec 2005 CTP installed. Is there anything else that needs to be installed on their machines? The install finishes and I can enable the package. The recipes show in the Guidance Package Manager (GPM). The are unbound and set to appear when
<
CommandBar Name="Folder" />
The manifest is read correctly as I see the Caption and Description in the GPM and the UnboundRecipeReference-derived class' AppliesTo property is called as this shows up in GPM as well. When I right-click on a folder in my project, no menu items appear. I have set a breakpoint in the IsEnabledFor method of the UnboundRecipeReference-derived class but it doesn't get called. I also set the debugger to break on all exceptions thrown, but nothing. It appears to be a bug in the GAX code that is called before the UnboundRecipeReference-derived class is called. I can successfully execute the recipe from GPM, but not get the menu items to appear.
What else can be done to debug this issue? What is required for a GAT package to execute when installed my the msi and not registered in VS?
Mark