¡Fernando Cortés Hierro! MCSD

Experimentando con el usuario

Recent posts

Tags

Categories

Navigation

Pages

    Archive

    Blogroll

    Disclaimer

    The opinions expressed herein are my own personal opinions and do not represent my employer's view in anyway.

    XBOX 360

    MIME Types: Could not download the silverlight application. Check web server settings

    Ahora que ya tenemos Siverlight 2.0 en la calle, nos podemos animar a desplegar nuestra aplicación a nuestros servidores, empresas de hosting y demás donde tengamos nuestros sites alojados. ¿Qué puede ocurrir casi siempre?, que no tengamos bien configurados los MIME Types y por tanto al intentar ejecutar la aplicación una vez desplegada tengamos el siguiente error que se ve en la imagen:

     

    ErrorParaBlog

     

    La solución pasa por añadir los siguientes MIME Types necesarios para hacer funcionar nuestra aplicación Silverlight:

    .manifest - application/manifest
    .xaml - application/xaml+xml
    .dll - application/x-msdownload
    .application - application/x-ms-application
    .xbap - application/x-ms-xbap
    .deploy - application/octet-stream
    .xps - application/vnd.ms-xpsdocument
    .xap - application/x-silverlight-app



    Posted: Oct 20 2008, 03:00 by Fernando | Comments (0) RSS comment feed |
    • Currently 5/5 Stars.
    • 1
    • 2
    • 3
    • 4
    • 5
    Filed under: Silverlight

    Related posts

    Add comment


    (Will show your Gravatar icon)  

      Country flag

    [b][/b] - [i][/i] - [u][/u]- [quote][/quote]



    Live preview

    said:

    # January 06 2009, 10:24