Visual Studio Development Bookmark and Share   
 index > Visual Studio Guidance Automation Toolkit > Recipe Framework Error while Registering Guidance Package
 

Recipe Framework Error while Registering Guidance Package

Hi,

I'm trying to create a sample guidance package. I have deleted all the files in the existing package and added a project under Solutions/Project.When i was trying to register the Guidance Package , I'm getting the following error.

Recipe Framework Error

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.RecipeMenuCommand.OnExec()
at Microsoft.Practices.RecipeFramework.VisualStudio.AssetMenuCommand.Invoke()

Please help

Thanks

Syamala.

Syamala_rsv  Thursday, March 13, 2008 12:28 PM
Like the error says, you should check the Guidance Package Development output window to see some more specific information about the registration error.

First, open the output window in Visual Studio and then select 'Guidance Package Development' in the 'Show output from' dropdownlist (it defaults to 'Debug').


Greets,
Nils Gruson
ngruson  Thursday, March 13, 2008 1:34 PM
Like the error says, you should check the Guidance Package Development output window to see some more specific information about the registration error.

First, open the output window in Visual Studio and then select 'Guidance Package Development' in the 'Show output from' dropdownlist (it defaults to 'Debug').


Greets,
Nils Gruson
ngruson  Thursday, March 13, 2008 1:34 PM
no need to be such a smart ____!! The output window shows the same information that the popup shows. So where is the actual error message b.c I am getting the same thing. I can run the MSI and I used to get the error message there before the installation completed if I had a register error, but this time around the installation completes w.o an error. So where can I find the actual error b.c the output window does not show more detail.
SOULCRSHR  Monday, December 01, 2008 8:52 PM

You can use google to search for other answers

Custom Search

More Threads

• Create a single file generation that use T4 template
• Cannot Load smart client guidance in VS2008
• How to get recipe arguments value
• Project Type "Service Factory: Modeling Edition" not found under Guidance Packages
• Bug in Loading Packages created with GAT June 2006
• VSTS 2008 - installed GAX but GAT fails: C# Language is not installed
• Effort in creating class recipe
• Create virtual directory and set Start Options?
• Drag and Drop Objects to Screen (Fault tree Application)
• Guidance Package Manager fails to appear in visual studio 2008