Deploying with Silverlight 2.0

Last post 07-05-2008 6:03 AM by vjay. 4 replies.

Sort Posts:

  • Deploying with Silverlight 2.0

    05-06-2008, 5:19 PM

    Hi,

    We've developed an app that uses Silverlight (mostly plays videos).  We're using VS 2008.  The app runs fine when launched from VS 2008. When we publish to a website using VS 2008, and launch the page, the page does not display any SL controls.  Right-clicking on the page simply display the right-click menu with 'Silverlight Configuration'.

    What are we missing?  Do you need to install any server compnents for Silverlight?  We have installed the plug-in for the browser.  We'd like to go live with this end of May.

     Thanks.

    Shefali

  • Re: Deploying with Silverlight 2.0

    05-06-2008, 5:30 PM
    • Loading...
    • ClayCo
    • Joined on 06-14-2002, 10:11 AM
    • United States
    • Posts 251
    • AspNetTeam

    Hi Shefali,

    If the link to the .xap file is broken, you'd get behavior just what what you're describing.  You might want to check the Source properties on the <asp:Silverlight /> controls in your web application to make sure they're all using relative URLs, and double-check that the .xap files are getting deployed to the same location relative to the web root that were at in your development environment.

    HTH,
    Clay

  • Re: Deploying with Silverlight 2.0

    05-08-2008, 1:35 AM
    • Loading...
    • Luc Baeten
    • Joined on 05-08-2008, 5:17 AM
    • Posts 1

    Hi

    Did you create the correct mimetypes on the webserver? The following mimetypes should be available:

    • .xap application/x-silverlight-app
    • .xaml application/xaml+xml
    • .xbap application/x-ms-xbap
       

    When you check google for "xap mimetype iis" you find a lot of description for IIS.

    Regards
    Luc

  • Re: Deploying with Silverlight 2.0

    06-20-2008, 2:25 PM
    • Loading...
    • erikreitan
    • Joined on 10-14-2005, 11:03 PM
    • Redmond
    • Posts 28

    This blog entry may help answer questions related to .xap and Silverlight 2 Beta 2.

    ASP.NET - Silverlight XAP FAQ

    I hope this helps!

     -- Erik Reitan
    ASP.NET User Education
    This posting is provided "AS IS" with no warranties, and confers no rights.
     

     

  • Re: Deploying with Silverlight 2.0

    07-05-2008, 6:03 AM
    • Loading...
    • vjay
    • Joined on 06-18-2008, 9:53 AM
    • Posts 112

    hi,

    just look over the article u can understand

    http://msdn.microsoft.akadns.net/en-us/library/cc189057(VS.95).aspx

Page 1 of 1 (5 items)