I am juststarting out with thetoolkit, walking through Jelle's
great articlesand have hit a road block.
After setting up our own newpackage and trying to add two projects and an action for one toreference the other like in the article in a multi-project templatethe followingerror pops up:
Microsoft.Practices.RecipeFramework.ValueProviderException: An exception occurred during the binding of reference or execution of recipe Recipe1. Error was: Failed to load value providers..
You can remove the reference to this recipe through the Guidance Package Manager. ---> System.ArgumentException: Invalid qualified type name Evaluator.
at Microsoft.Practices.Common.ReflectionHelper.GetAssemblyString(String qualifiedTypeName)
at Microsoft.Practices.Common.Services.TypeResolutionService.GetType(String typeName, Boolean throwOnError, Boolean ignoreCase)
at Microsoft.Practices.Common.Services.AliasResolutionService.GetType(String typeName, Boolean throwOnError, Boolean ignoreCase)
at Microsoft.Practices.Common.Services.TypeResolutionService.GetType(String typeName, Boolean throwOnError)
at Microsoft.Practices.RecipeFramework.Recipe.GetInstance[T](ITypeResolutionService resolution, String concreteType)
Jelle's stuff was written on top of an older version and i would imagine the error is because the newer toolkit requires some change, Is there any kind of documentation or samples out there for the newest release of the toolkit?
Thanks,
Steve