No path is too difficult. No destination is too far !
Archive for September 3, 2010
Web service software factory in visual studio 2010
Sep 3rd
It is very cool to use WSSF modeling edition as it helps applying proper pattern for your architecture. But when you migrate from Visual Studio 2008 to Visual Studio 2010 (ultimate in my case), the very first thing you note is something like this:
VS2010 failed to load the Software service Factory modeling project (.ssfproduct) into the solution !!
This is all because we need to install new and updated version for the factory. But still there is lot to do in order to make it working, as the new VS1010 needs to have the following things:
- Guidance Automation Extensions 2010
- Microsoft Visual Studio 2010 SDK
- Web Service Software Factory 2010
Install in the same order and enjoy the web service software factory : modeling edition without any issues
