I've seen the same question a few times now about how you can create a Silverlight 1.1 project that doesn't run from the filesystem. By default, when you create a Silverlight 1.1 project in Visual Studio 2008 and hit F5 (run), IE will fire up with a filesystem URL as below (ie your page isn't being served by a webserver).
So what if I want to make use of webservices or the downloader object? You need to get your Silverlight 1.1 app running in the context of a website...
On a seperate but similar point :)
I've posted an article on my blog which covers if you want to be able to develop something which does run under file system mode (but also equally capable of running in online mode, and in that case use the downloader object).
http://silverlightuk.blogspot.com/2007/08/silverlight-downloader-which-works-both.html
I've been umming and ahhing about what to do with this now that I have changed roles and no longer getting
I've been umming and ahhing about what to do with this now that I have changed roles and no longer
Silverlight Cream for August 22, 2007 - Part 2
Great tip Mike!
Cheers, Liam