This is a port from patterns & practices Web Client Developer Guidance package to run WCSF on VS2012
WCSF2010-VS2012.vsix is a new package built from the original code in order to be used with Visual Studio 2012.
It depends on OpenGAX2010 and a refreshed built of GEL 2.0.0.0
None of the sources were changed (GAX, GEL or WCSF). I just refreshed the dependencies and at most updated config files as recomendedd on OpenGAX documentation.
All the sources are also available in the repository.
All the dependencies are already refreshed and Web Client Software Factory 2010 Source should be all ready to be build again if needed.
Full steps to port Web Client Software Factory 2010 to VS2012
-
download aind install OpenGAX and OpenGAT
-
download and install VS2012 SDK
-
download GEL for GAX2010
-
build "GEL for GAX2010" and make sure all the GAX related dependencies are pointing to version 2.0.0.0
-
open "Web Client Software Factory 2010 Source" (\sources\WCSF2010\Trunk\Source\WebClientFactoryGP)
-
make sure all the GAX related dependencies are pointing to OpenGAX (version=2.0.0.0, PublicKeyToken=023ca9fed18f34f0)
-
make sure that GEL reference(Microsoft.Practices.RecipeFramework.Extensions.dll) is pointing to the version you just built
-
follow OpenGAX documentation Porting existing packages to the open source GAX and Porting existing packages to Visual Studio 2012
-
build "Web Client Software Factory 2010 Source" and your good to go!