Reputation: 4527
How do I upgrade my Visual Studio 2010 project from Silverlight 3 to Silverlight 4? When I choose the properties for my project and then choose the "Silverlight" tab I can see that I have a drop-down menu to change the "Target Silverlight Version" but I only have a "Silverlight 3" option.
Thanks for answering a noob question,
Upvotes: 2
Views: 900
Reputation: 34810
Install the Silverlight 4.0 SDK and the properties will include Silverlight 4.
UPDATE:
As the comment says below, to get the Silverlight 4 option, install Silverlight Tools for Visual Studio 2010.
Upvotes: 1