Advanced Forum Search Results
-
The Deep Zoom Composer download link on the "Getting Started" page at Silverlight.net is broken. Can anybody provide the most current link to the DZC download, please?
Thanks in advance,
Ralf
-
[quote user="mchlSync"]
Hey buddy, Great. We both have the same idea. :) but I won't encourage people to use RESTful service before Astoria Team release the Client Add-on... because it's so painful to use RESTful service with XmlHttpRequest or etc.. btw, how is the HttpRequest sample? I think it might be a known ...
-
[quote user="wlamartin"]
So how do I download an xml file from such a domain if the policies prevent this?
For, example I would like to retrieve the text at http://www.nytimes.com/services/xml/rss/nyt/Business.xml, which I have been unsuccessful at getting with WebClient. I am trying to display RSS Feeds in Silverlight ...
-
Well, google.com is - I'm almost certain - not hosting the required cross domain policy file. You might want to take a look at my tutorial and use the simple service I've hosted and which includes the cross domain policy file.
-
Michael,
I downloaded the solution and the Button did not even have an Event Handler attached to the Click event. Is the solution supposed to work?! :-)
-
Michael,
just to be 100% sure: You do have cross domain access policy files in the root of the servers your services are hosted on, don't you?
Also: If you email me the solution, I'd be happy looking into it and trying to identify what's the issue.
-
Two more things I've noticed:
You might want to use a StreamWriter when writing to the request stream and I believe (I have not yet looked into it in a debugger), the problem with your code is, that the request in your main thread (the object itself) is not tied to the ones you're creating in the callbacks. You should really chain ...
-
Michael, try invoking the BeginGetResponse() method from within your BeginGetRequest() callback and get rid of the Wait handle.
So do not invoke it in your main thread.
Does it help?
-
[quote user="Yi-Lun Luo - MSFT"]
Unfortunately this property is not supported in Silverlight.
[/quote]
Well, it's still in Beta... so there's some hope left. However, I meanwhile found out that Keep-Alive currently seems to be the default anyway, so no need to actively set it.
-
Would be great if you could release the code!