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

I have a solution with multiple Silverlight class libraries and Silverlight Application. I was originally built in VS 2008 using Silverlight 3.0. What changes do I need to make for it to be built using Silverlight 4.0? I already have VS 2010 and Silverlight 4.0 toolbox.

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

Thanks.

+2


a source to share


1 answer


Since VS2010 supports Silverlight mutlitargeting as well as .NET multitasking, on every page of a Silverlight project, you can update the target type from Silverlight 3 to Silverlight 4.



+1


a source







All Articles