Sorry, but there are no more tags available to filter with.
-
When working with WCF DataServices in Silverlight 3 your callback methods have been executed on the UI-thread. Here is one example which works in Silverlight 3.0. private void onOperationCompleted( IAsyncResult result) { DataServiceQuery <...
-
When migrating Silverlight 3 Project to Silverlight 4 you might experience following exception: InvalidOperationException (InnerException: SecurityException) This error occurs when the SIlverlight application has been downloaded from one site like http://host1/app/default.aspx and WCF DataService invokes...
-
When working with Ado.Net data services you may get following error. Could not load file or assembly 'System.Data.Services.Client, Version=3.5.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' or one of its dependencies. The handle is invalid. (Exception from HRESULT: 0x80070006 (E_HANDLE...
-
More WCF services .NET RIA Services and ADO.NET Data Services will be rebranded as WCF Data Services and WCF RIA Services. That seems to be an interesting marketing move, but in fact it express that WCF was and is major base technology for communication. RIA Services and Data Services are a bit...