Skip to main content

Microsoft Silverlight

Answered Question Runtime problems with silverlight 2.0.30523.8RSS Feed

(0)

luis-m
luis-m

Member

Member

18 points

7 Posts

Runtime problems with silverlight 2.0.30523.8

Hi,

I had a proyect that  updated to the new version of silverlight2  Beta 2. Now i have installed in my machine

 - Microsoft silverlight

       *Microsoft silverlight developer package 2.0.30523.8

       *Microsoft silverlight 2.0.30523.8

-Microsoft Silverlight 2 SDK Beta 2 version 2.0.30523.6

-Microsoft Silverlight Tools Beta 2 for VS2008 version 9.0.21022.108

The problem is that when i try to run the application in the VS2008 iexplorer  request me to install silverlight 2 Beta 1. I do not undertand cause the proyect was updated to Beta 2 and i had rebuilded many times since then.

Someone Know what can be happening?

 

Thanks in advantage. 

 

  

 

 

 

 

 

Shaji-mji
Shaji-mji

Participant

Participant

1129 points

260 Posts

Answered Question

Re: Runtime problems with silverlight 2.0.30523.8

Make sure that you have made the following changes in the aspx page where the silverlight control is placed

 

 <asp:Silverlight ID="Xaml1" runat="server" Source="~/ClientBin/Test.xap"
                        MinimumVersion="2.0.30523" Width="100%" Height="100%" />

 

in case of html page make sure that you have made the following changes

 

<object data="data:application/x-silverlight," type="application/x-silverlight-2-b2" width="100%" height="100%">
            <param name="source" value="ClientBin/TestApplications.xap"/>
            <param name="onerror" value="onSilverlightError" />
            <param name="background" value="white" />
           
            <a href="http://go.microsoft.com/fwlink/?LinkID=115261" style="text-decoration: none;">
                 <img src="http://go.microsoft.com/fwlink/?LinkId=108181" alt="Get Microsoft Silverlight" style="border-style: none"/>

            </a>
        </object>

  • Unanswered Question
  • Answered Question
  • Announcement
Microsoft Communities