Don’t install Visual Studio 2010 RC just yet

February 10th, 2010

If you haven’t heard already, Microsoft announced that Visual Studio 2010 Release Candidate was available for MSDN subscribers and would be probably available on 10 February 2010 for the public, which is today.  But before you get all excited and start installing the latest and greatest as soon as possible, you might want to slow down and reconsider; at least if you are a Silverlight developer.

Here are my two reasons for waiting:

  • At this time, VS2010 RC does not support developing Silverlight 4 applications.  This means that at this time there is no update for Silverlight 4 runtime/tools or the WCF RIA Services or other companion frameworks (toolkit controls, etc.).  This will not be enabled until the next public build of Silverlight 4 and companion frameworks.
  • Visual Studio 2010 Beta 2 and Visual Studio RC does NOT install side-by-side. You must first uninstall VS Beta 2 then install VS2010 RC.

So, if you want to keep developing on Silverlight 4, stick with the VS Beta 2 for now. At least until the next public build Silverlight 4 is released.

Brian Lagunas Silverlight

  1. February 10th, 2010 at 16:50 | #1

    Currently Silverlight 4 is not high on my list. Asp.Net MVC2 is on the top of the list.

  2. February 10th, 2010 at 16:53 | #2

    @Chris Brandsma

    I am just now learning Asp.Net MVC 2, and so far I am liking what I see, but runing into some issues. I might need to take you out to lunch for some consultation.

  3. February 11th, 2010 at 19:21 | #3

    Lunch? We can make that happen.

  4. February 17th, 2010 at 10:36 | #4

    I have found a few gotchas like that in VS 2010 RC, this is why I never uninstalled VS 2008 and just run them parallel.

  5. February 17th, 2010 at 10:43 | #5

    @Ryan Eastabrook

    I do agree with you, but don’t loose sight of the original post. In this case I am talking about VS 2010 Beta 2 and VS 2010 RC. You can only do Silverlight 4 development in VS 2010 Beta 2, not VS 2010 RC or VS 2008. Also, VS 2010 Beta 2 does NOT install parallel to VS 2010 RC. So if you want to continue Silverlight 4 development wait to install VS 2010 RC. I also do not uninstall VS 2008, both VS 2010 Beta 2 and VS 2010 RC install parallel to VS 2008.

  6. February 18th, 2010 at 13:02 | #6

    Ahhh…gotcha…in that case, nevermind ;)

  7. Murad Mohd Zain
    March 1st, 2010 at 19:42 | #7

    My blend preview for .net 4 crashed when trying to create new silverlight 4 project. do i need to remove silverlight3 sdk ?

  8. March 2nd, 2010 at 10:07 | #8

    @Murad Mohd Zain

    Expression Blend Preview for .NET 4 does not yet support .NET 4 RC, only .NET 4 Beta 2. So make sure you are on .NET 4 Beta 2.

  9. Murad Mohd Zain
    March 29th, 2010 at 02:23 | #9

    thanks brian

Comments are closed.