Here\'s my setup: I have some \"data\", which is actually a graph of objects (DTOs representing SSAS objects) that I want serialized and sent via RIA Services for consumption by a silverlight app. Her
I have a service that I am trying to pass a dictionary of objects through. All is well and works until I add a Dictionary of objects that then contains a Dictionary to yet another object. The dictiona
I recently encountered a strange thing. On some of my company\'s servers when an exception message is printed out (yes, bad, I know. It\'s for debugging), the actual message isn\'t displayed. Instead
I am trying to set up a binding to the ActualHeight of a FrameworkElement. It only seems to update once, but never updates after that. I tested this in a simple silverlight application with this marku
When trying to de开发者_StackOverflowbug a Silverlight 4 application in Visual Studio 2010 with Firefox as my browser, I am unable to hit any breakpoints. I get the message \"breakpoint will not curre
I am making a prototype of a Silverlight application in Expression Blend 4 and I\'m trying to show/hide ListBox/ComboBox items based on boolean values in the data they are bound to. I found an example
The problem is simple but annoying. I have a button and the click event just opens a link by HtmlPage.Window.Navigate(uri, \"_blank\");
A google for Sync Framework shows a few blog posts from May 2010 about the possibilities, but I have not seen anyone actually using the Sync Framework + SL Isolated Storage.
I have few public properties in App.xaml.cs which is in project A and I want to refer them in my project B. However my project A has a reference to project B, so I cannot add again the reference of pr
I\'m developing a silverlight app which needs to create some files in the hosting server whenever there is an updatio开发者_JAVA百科n in the data. I googled for this scenario but as of now no luck...P