Hello Oliver,
thank you very much for providing a package for VS2012!
I am able to create a new scsf solution and all recipes are working as expected. :)
However if I want to use VS2012 for my existing Solution created with VS2010, I can't get it to work. I can see the "Smart Client Software Factory" Context Menu Item in the Solution Explorer, but "Add View..." is still missing.
I have checked the assembly names, but I can't see any differences.
Is there anything else I can do to find the Problem?
I am using VS2012 Premium Update 2 on Windows 8 64 Bit.
Additionaly, If I want to add a new Module, I receive the following Receipe Framework Error message:
Marc
thank you very much for providing a package for VS2012!
I am able to create a new scsf solution and all recipes are working as expected. :)
However if I want to use VS2012 for my existing Solution created with VS2010, I can't get it to work. I can see the "Smart Client Software Factory" Context Menu Item in the Solution Explorer, but "Add View..." is still missing.
I have checked the assembly names, but I can't see any differences.
Is there anything else I can do to find the Problem?
I am using VS2012 Premium Update 2 on Windows 8 64 Bit.
Additionaly, If I want to add a new Module, I receive the following Receipe Framework Error message:
Microsoft.Practices.RecipeFramework.ValueProviderException: An exception occurred during the binding of reference or execution of recipe CreateBusinessModuleCS. Error was: An error happened while calling the value provider or evaluating the default value of argument ShellProject..
You can remove the reference to this recipe through the Guidance Package Manager. ---> System.NullReferenceException: Object reference not set to an instance of an object.
at Microsoft.Practices.SmartClientFactory.ValueProviders.GetProjectFromGuidProvider.OnBeginRecipe(Object currentValue, Object& newValue)
at Microsoft.Practices.RecipeFramework.Recipe.CallProviders(IDictionary providers, IDictionaryService readonlyArguments, IDictionaryService arguments, Boolean isBefore)
--- End of inner exception stack trace ---
at Microsoft.Practices.RecipeFramework.Recipe.CallProviders(IDictionary providers, IDictionaryService readonlyArguments, IDictionaryService arguments, Boolean isBefore)
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.RunStarted(Object automationObject, Dictionary`2 replacementsDictionary, WizardRunKind runKind, Object[] customParams)
Thank youMarc