|
I'm walking along through Don Smith's web service factory webcast and I'm receiving an error after I complete the Create Service Contract wizard.
Here's the webcast: http://msevents.microsoft.com/CUI/WebCastEventDetails.aspx?EventID=1032300720&EventCategory=5&culture=en-US&CountryCode=US
I downloaded the last versions of Guidance Automation and the Web Service Factory (also can we move the web service factory code/community over to codeplex? gotdotnet doesn't seem to cut it)
Here's the error message I am receiving:
Microsoft.Practices.RecipeFramework.ActionExecutionException: An exception occurred during the binding of reference or execution of recipe GenerateASMXServiceContract. Error was: Action ImplementInterfaceMembers failed to execute: Command "Edit.ImplementInterfaceStubsImplicitly" is not valid.. You can remove the reference to this recipe through the Guidance Package Manager. ---> System.Runtime.InteropServices.COMException (0x80004005): Command "Edit.ImplementInterfaceStubsImplicitly" is not valid. at EnvDTE._DTE.ExecuteCommand(String CommandName, String CommandArgs) at Microsoft.Practices.SoftwareFactories.ServiceFactory.Actions.ImplementInterfaceAction.Execute() in c:\Home\Chris\Projects\BuildTemp\Files\Guidance Packages\ServiceFactory\ServiceFactory\Actions\ImplementInterfaceAction.cs:line 69 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.Extensions.Coordinators.ConditionalCoordinator.Run(Dictionary`2 declaredActions, XmlElement coordinationData) in c:\Home\Chris\Projects\BuildTemp\Files\Guidance Packages\Extensions\Extensions\Coordinators\ConditionalCoordinator.cs:line 103 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()
|