This took me forever to figure out. After playing around with everything mentioned here, this was my problem: http://www.thetechnologystudio.co.uk/technologyblog/index.php/2009/06/hosting-silverlight-applications-in-azure-blob-storage/
I had uploaded the file through my web app when it starts, and the content type was set to application/octet-stream. It needs to be application/x-silverlight-app to load correctly.
silverlight blob storage content type xap file cross domain
beermann
Member
2 Points
1 Post
Re: Re: Re: Trying to run Silverlight App from public Azure Blob Storage
Apr 06, 2010 11:14 PM | LINK
I had uploaded the file through my web app when it starts, and the content type was set to application/octet-stream. It needs to be application/x-silverlight-app to load correctly.
silverlight blob storage content type xap file cross domain