Upgrading To Silverlight 2 RTM

 

I’ve been busy upgrading my code to Silverlight 2 RTM, and from time to time I have trouble with the asp:Silverlight control, as if it doesn’t detect the right version of Silverlight. So when I view my application I get this:

image

The solution is easy: In your web project, from references remove the System.Web.Silverlight assembly, and then add it again.