Skip to main content
Home Forums Silverlight Programming Visual Studio & Silverlight Development Tools problem SL2Beta2 website installation
1 replies. Latest Post by TBink on July 23, 2008.
(0)
TBink
Member
254 points
188 Posts
07-23-2008 6:26 PM |
When I install my Silverlight2-Beta2 website on our remote server and open the start page, I got the "download silverlight" icon in the upper left of the page. When I follow it, the message on the SL site is that the silverlight project was built under an earlier version of Silverlight and must be updated.
Here's the situation:
What could be causing the problem?
tom
07-23-2008 11:58 PM |
solved my own problem... it was the HTML page generated by the previous version of SL tools (beta1)
this line
<object data="data:application/x-silverlight," type="application/x-silverlight-2-b1" width="100%" height="100%">
changed to
<object data="data:application/x-silverlight," type="application/x-silverlight-2-b2" width="100%" height="100%">