I\'m getting the maxreceivedmessagesize error for messages greater than 64K.The problem is that I\'ve already changed everything in both server and client, and it\'s not fixing the problem.
I\'m attempting to bind an IsLoading property to the Cursor property of my UI\'s LayoutRoot Grid. I\'m trying to have the main app cursor become an hourglass whenever the property says it\'s loading.
I have a SL 3 application connec开发者_如何学Goted to a WCF service. This service retrieves an array of bytes. I\'d like to save that array as a pdf file using FileStream. The problem is that when the
I have a Silverlight 3 tools library with a custom DataGrid user control. This grid has no direct access to the WCF RIA Services entity types so I\'m using reflection to add a new item when the user c
Is it possible to change the animation speeds t开发者_如何学编程hat are used in the Silverlight toolkit themes?
As I\'m working through an SL3/SL4 application, and starting to work with fonts, I\'m finding a lack of documentation and best practices on font strategies. For example:
this code causes silverlight to hang. If I remove the ManualResetEvent code, nothing happens private ManualResetEvent mre = new ManualResetEvent(false);
I\'ve some trouble with Tim\'s FloatableWindow. (<--SourceCode & DLLs) It throws the following Exception once closed the control.
I have an existi开发者_开发知识库ng Silverlight application where Page.xaml has some buttons on it that load user controls into a TransitioningContentControl content host. Each of these user controls
I currently need to access WCF services from within Silverlight (3.0) application, but I need it dynamic.