what can be wrong in this package?
<?
xml version="1.0" encoding="utf-8" ?>
<
GuidancePackage xmlns="http://schemas.microsoft.com/pag/gax-core"
Name="GPackage"
Caption="GPackage"
Description="GPackage"
Guid="18da9048-c54d-4690-a005-b82c542a829d"
SchemaVersion="1.0">
<
Recipes>
<
Recipe Name="ShowCurrentSelection" Bound="false">
<
Caption>Show current selection</Caption>
<
HostData>
<
CommandBar Name="Solution" />
<
CommandBar Name="Solution Folder" />
<
CommandBar Name="Project" />
<
CommandBar Name="Folder" />
<
CommandBar Name="Item" />
</
HostData>
<
Actions>
<
Action Name="ShowCurrent" Type="Microsoft.Services.GPackage.Actions.ShowCurrentSelection, Microsoft.Services.GPackage" />
</
Actions>
</
Recipe>
</
Recipes>
</
GuidancePackage>
it is a simple package of test.
it was created with the package solution, and it was modified. Leaving only one recipe
It compile correctly
It is perfect registered
When enable the guidance in a project, it is perfect loaded, but the recipe is not visible.