Advanced Forum Search Results
-
I'm using the Silverlight unit test project templates released as part of the Beta2 controls source code (http://www.jeff.wilcox.name/2008/03/07/silverlight-unit-testing/) and they work great, with one exception -- any call to a service returns a cross domain error. I'm using a WCF service hosted in IIS, and have the ...
-
We're really hoping to see FaultException<T> / FaultContract support too - having to add an error code to every return type is not a good answer. Hope to see this fixed in Beta2 - ??
-
We're porting an existing desktop framework to support Silverlight clients, and we currently have a custom section in the app.config for per-client configuration information. We know we can just use XML as a workaround, which is what we will probably do for now, it's just that getting configuration in the same way, where ...
-
How about in future betas or first release?
-
Will there be any support for compressing a stream - GZipStream or DeflateStream or similar - ?
-
It's been mentioned several times on this forum that app.config (or ClientConfig) support isn't available now, but may be in a later beta or the first release. Any "official" word on this?