Pablo Galiano : VSShell Assist is Out!!!

Subscriptions

<September 2010>
SuMoTuWeThFrSa
2930311234
567891011
12131415161718
19202122232425
262728293012
3456789

News

Subscribe to Pablo Galiano by Email

Post Categories

VSShell Assist is Out!!!

VSShell Assist is a visual toolset of utilities to create VS Shell applications. It seamlessly integrates with his big brother VSSDK Assist

The current features are:

  • Create:
    • VS Shell Setup project (wix based)
  • Test:
    • Test SLK/PLK
    • Test VS Splash Screen
  • Utility:
    • Create VS Package pkgdef file

The pre-requisites are:

 

You can download it from here

Pablo

posted on Monday, March 17, 2008 6:08 PM by pga

# re: VSShell Assist is Out!!! @ Saturday, April 12, 2008 9:48 AM

When I create a c# project I get this error...

Microsoft.Practices.RecipeFramework.ActionExecutionException: An exception occurred during the binding of reference or execution of recipe CreateCSharpSolution. Error was: Action CreateSnk failed to execute:
Value cannot be null.
Parameter name: path2.
You can remove the reference to this recipe through the Guidance Package Manager. ---> System.ArgumentNullException: Value cannot be null.
Parameter name: path2
at System.IO.Path.Combine(String path1, String path2)
at VSSDKAssist.Recipes.Common.Actions.CreateSnkAction.OnExecute()
at VSSDKAssist.Assets.Actions.Base.ActionBase.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 VSSDKAssist.Recipes.Common.Coordinators.ConditionalExecutionProgressCoordinator.ExecuteAction(Action action)
at VSSDKAssist.Recipes.Common.Coordinators.ExecutionProgressCoordinator.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.ExecuteFromTemplate(String recipe, IDictionary arguments)
at Microsoft.Practices.RecipeFramework.VisualStudio.Templates.UnfoldTemplate.ExecuteRecipe(Boolean executeActions)
at Microsoft.Practices.RecipeFramework.VisualStudio.Templates.UnfoldTemplate.RunFinished()

Mike