Friday, 13 August 2010
Silverlight 3 and 4 development setup part 2
Following up on the previous post about setting up a silverlight 3 and 4 development environment (link), this post talks about modifying that environment to use visual studio 2010 (ultimate) and expression studio 4 instead of the earlier visual web and c# express editions. There are two parts to setting up, first uninstalling the express versions and the second installing the new studio versions. If you want to go straight to this final development setup without the intermediate express installs then follow steps 1,2,3 and 4 from the previous post; ignore the un-install steps in this one and jump straight to the installation bits.
Un-installs
-----------
1) Uninstall the Silverlight 4 tools for Visual Studio 2010.
2) Uninstall the Silverlight 4 SDK.
3) Uninstall Silverlight 4.
4) Uninstall WCF RIA Services V1.0 for Visual Studio 2010.
WCF RIA services have a nasty-nasty bug and need some registry fixing to get rid off. First uninstall (via Add Remove Programs or Programs and Features in Win7) this will get rid of the folder in MicrosoftSDKs (C:\Program Files\Microsoft SDKs\RIA Services). If however you now close and re-open Programs and Features you'll find WCF RIA services are back, this is because the registry entries have not been removed. You need to go in and manually do this (regedit.exe is your friend). The keys to remove are mentioned here; look for modestyZ's second post, the 4th post overall.
5) Uninstall Visual Web Developer Express 2010.
6) Uninstall Visual C# Express 2010.
Installs
--------
1) Install Visual Studio 2010 (I have Ultimate; thanks to bizspark; but other versions should work as well).
2) Install Silverlight 4 tools for Visual Studio 2010.
3) Install the Silverlight 4 update (mentioned in the previous post), discussed here and available here.
4) Install Expression Studio 4.
That's it [sic], you should now have a working top of the line Silverlight 3 and 4 development environment with support for Visual Studio 2008, 2010 and Expression Studio.
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment