How to I convert a Silverlight 3.0 project to Silverlight 4.0?

Posted by Justin on Stack Overflow See other posts from Stack Overflow or by Justin
Published on 2010-05-14T07:09:23Z Indexed on 2010/05/14 7:14 UTC
Read the original article Hit count: 360

I have a solution with several Silverlight Class Libraries and a Silverlight Application in it. I was originally built in VS 2008 with Silverlight 3.0. What changes do I need to make so that it builds using Silverlight 4.0? I already have VS 2010 and the Silverlight 4.0 toolkit installed.

When I opened the project it seems to have upgraded to .NET 4.0 in my ASP.NET Web Project but not the Silverlight projects. Pretty sure they are still building against .NET 3.5 and Silverlight 3.0.

Thanks.

© Stack Overflow or respective owner

Related posts about silverlight-4.0

Related posts about silverlight-3.0