Advanced Forum Search Results
-
Hi Kevin,
I've had contact with Microsoft and they've actually confirmed that this is a bug which will be fixed in Silverlight 4. Here's what they said:
The Silverlight networking team took a look at this and confirmed that this is a bug in the Silverlight runtime. What's happening is that we see that there's no ...
-
I've added this issue to the Silverlight UserVoice forum. If this is a problem for you please make your vote count.
See: Security policy download file failure never retried
Thanks,
Phil
-
Hi ivanlkk2,
So, your solution is to first make a query to the host that the Silverlight application was served from which in turn actually queries the host of the web service (target host). Only once your server has indicated that the web service host is available do you try to connect to the web service from your Silverlight ...
-
Hi Andy,
Thanks for clearing that up with Jac. You are exactly right. In my scenario there I can failover to an alternative server however if that server goes down at some point I may want to retry a server which was down but may now be available.
I've used Fiddler to monitor web traffic and I can see that Silverlight doesn't try at all ...
-
I have the following components in my scenario.
Server A: Application server that hosts Silverlight application
Server B: Web service server (actually it's a custom streaming web server that does HTTP Push but let's just call it a normal web server to keep things simple).
The problem scenario is:
Server B is down.
Server A is ...
-
[quote user="Yi-Lun Luo - MSFT"]
Hello, I think it's easier to update assembly references in Visual Studio than manually modifying the project file. Just remove a reference and add the Silverlight version.[/quote] I'm afraid that manually doing the referencing isn't a viable solution in the long term. As I mentioned in ...
-
I'm looking into converting an existing .NET 2.0 project created with Visual Studio into a SilverLight library project. I want to make this an automatable task as we have a lot of code that we would prefer to share between the two projects in addition to avoiding the overhead of manually managing project contents. I've followed the steps ...