Using SL3, VS2008:
I checked in our silverlight solution (to sourcesafe), and other members of the team got the latest, and successfully compiled the solution.
When I run the app (exactly the same source code) on my machine, the property Application.Current.Host.Source.Host is set to "localhost". On the other team members' machines, it's an empty string (as is DnsSafeHost).
Why, and more importantly, what can I do about it?