Powered by MSDN

US - English
NEW! Silverlight 5 is available Learn More

Silverlight 3 Installation RSS

7 replies

Last post Jul 19, 2009 08:50 AM by alexchuo

(0)
  • satyajit.appot

    satyajit.appot

    Member

    127 Points

    74 Posts

    Silverlight 3 Installation

    Jul 17, 2009 05:08 PM | LINK

    Hello friend ,

    I am uninstall silverlight 3 beta

    Then insatall silverlight 3

    I found the silverlight project in Project template

    Then it build successfully, when it run it didnot display any things

    please help

     

    Thanks & Regards
    Satyajit
    Silverlight Developer


    Please mark the replies as answers if they help or unmark if not.
  • preishuber

    preishuber

    Contributor

    3572 Points

    658 Posts

    Re: Silverlight 3 Installation

    Jul 17, 2009 05:11 PM | LINK

    right click Webbrowser - Silverlight Version?

    -Hannes

    http://www.ppedv.de
  • amyd

    amyd

    Member

    722 Points

    124 Posts

    Re: Silverlight 3 Installation

    Jul 17, 2009 06:21 PM | LINK

    Install the latest tools at: http://go.microsoft.com/fwlink/?LinkID=143571

    Open your project.  If your Visual Studio solution file.  If you have a web project, make sure the MinVersion is 3.0.40624

    ------------------------------------
    If this post has solved your problem, please select ‘Mark as answer’

    Program Manager | Silverlight Tools for Visual Studio | Microsoft Visual Web Developer | www.dullard.net
  • satyajit.appot

    satyajit.appot

    Member

    127 Points

    74 Posts

    Re: Silverlight 3 Installation

    Jul 18, 2009 03:54 AM | LINK

    Hello amyd,

    I am already instal Silverlight™ 3 Tools  In testpage.html i found the exact version .

    Is Windows XP Service Pack 3 is needed ?

    Thanks for reply

    Thanks & Regards
    Satyajit
    Silverlight Developer


    Please mark the replies as answers if they help or unmark if not.
  • satyajit.appot

    satyajit.appot

    Member

    127 Points

    74 Posts

    Re: Silverlight 3 Installation

    Jul 18, 2009 07:46 AM | LINK

    Solve : Silverlight 3 Installation

    Silverlight 3 Installation Step:

    1.       System must have service pack 1 and visual studio

    2.       Then instal silverlight service pack 1

    3.       Then instal silverlight sdk

    4.       Then instal silverlight tools

    If it instal properly then - Test testpage.html (web) have -3.0.40624.0 (version)

    see the following :

    object data="data:application/x-silverlight-2," type="application/x-silverlight-2" width="100%" height="100%">

    <param name="source" value="ClientBin/TestSilverlight.xap"/>

    <param name="onError" value="onSilverlightError" />

    <param name="background" value="white" />

    <param name="minRuntimeVersion" value="3.0.40624.0" />

    <param name="autoUpgrade" value="true" />

    <a href="http://go.microsoft.com/fwlink/?LinkID=149156&v=3.0.40624.0" style="text-decoration:none">

    <img src="http://go.microsoft.com/fwlink/?LinkId=108181" alt="Get Microsoft Silverlight" style="border-style:none"/>

    </a>

    </object><iframe id="_sl_historyFrame" style="visibility:hidden;height:0px;width:0px;border:0px"></iframe></div>

    [:)]

     

    Thanks & Regards
    Satyajit
    Silverlight Developer


    Please mark the replies as answers if they help or unmark if not.
  • alexchuo

    alexchuo

    Member

    108 Points

    20 Posts

    Re: Silverlight 3 Installation

    Jul 18, 2009 04:19 PM | LINK

    Have you already dragged some Controls in MainPage.xaml between <Grid x:Name="LayoutRoot"> and </Grid>, such as

    <TextBlock>Silverlight 3</TextBlock>

     

    A Silverlight fan from Taiwan.
  • satyajit.appot

    satyajit.appot

    Member

    127 Points

    74 Posts

    Re: Silverlight 3 Installation

    Jul 18, 2009 05:18 PM | LINK

    No ,  I am not draging any controls

    Thanks & Regards
    Satyajit
    Silverlight Developer


    Please mark the replies as answers if they help or unmark if not.
  • alexchuo

    alexchuo

    Member

    108 Points

    20 Posts

    Re: Silverlight 3 Installation

    Jul 19, 2009 08:50 AM | LINK

    'Cause the MainPage.xaml doesn't have any Controls between <Grid x:Name="LayoutRoot"> and </Grid> by default. No wonder you run the SL3 app., you see nothing. But you can right click on the page to see the SL3 context menu.

    A Silverlight fan from Taiwan.