Skip to main content

Microsoft Silverlight

Answered Question problem SL2Beta2 website installationRSS Feed

(0)

TBink
TBink

Member

Member

254 points

188 Posts

problem SL2Beta2 website installation

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:

  1. The project has been developed in Visual Studio 2008 with the latest Silverlight tools, etc. installed (for Beta2)
  2. The project was originally developed under SL2_Beta1
  3. I completely updated that project when Beta2 arrived and it runs perfectly within VS2008 (development server)
  4. Another test project I built ground up as a Silverlight website in VS2008-SLBeta2 tools (current development environment) works fine when installed on the server (not the problem above)
  5. Our server is running Windows Server 2003 / IIS 6.0 ... but as noted in #4 ... other projects are working fine when installed on the same server
  6. When I updated the SL-Beta1 project I revised my Silverlight project based on VS2008 error messages so that it ran under Beta2 without any problems
  7. I then added a website to the VS Solution and have been developing since running the debugs using that web project as the start project.  Again, no problems...

What could be causing the problem?

tom

TBink
TBink

Member

Member

254 points

188 Posts

Answered Question

Re: problem SL2Beta2 website installation

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%">

  • Unanswered Question
  • Answered Question
  • Announcement
Microsoft Communities