Top "Silverlight-5.0" questions

Silverlight is Microsoft's cross-browser, cross platform plug-in for media experiences and rich interactive applications.

Cannot find all types required by the async modifier

I get the following two compiler errors (Resharper 7.0.1 reports no errors): Predefined type 'System.Runtime.CompilerServices.IAsyncStateMachine' is not defined …

silverlight task-parallel-library silverlight-5.0 async-await reactiveui
SimpleIoc - can it provide new instance each time required?

So far as I understand, SimpleIoc uses GetInstance method to retrieve an instance of a class that is registered. If …

c#-4.0 mvvm mvvm-light silverlight-5.0
Silverlight 5.0 debugging issue on Windows 10

I've recently upgraded my OS to Windows 10. I have a very basic Silverlight 5 application which gives me Unable to start …

visual-studio-2010 silverlight-5.0 windows-10
How to get hosting website url in silverlight application?

Silverlight App is hosting on a web site. How to get the hosting url in silverlight app code? For example …

silverlight silverlight-4.0 silverlight-5.0
SaveFileDialog of silverlight is giving error "Dialog must be user-initiated"

I am getting an error: Dialog must be user-initiated when I am opening the savefile dialog from my silverlight applicaiton …

security silverlight-5.0 savefiledialog
Where does business logic sit in MVVM?

I am used to developing with N-Tier architecture, i.e. Data Access Layer, Business Logic Layer, etc Can anyone provide …

silverlight mvvm silverlight-5.0
Silverlight 5 Final Release Date

Does anyone know anything of when the final version of Silverlight is going to be released? Actually, I've based one …

silverlight silverlight-5.0
How to set up data binding for group radio button in Silverlight?

Sliverlight provides radio button with GroupName to group radiobutton together with only one option from mutiple choice. It's like: <…

c# silverlight xaml data-binding silverlight-5.0
Silverlight Button - Change Foreground Color on hover

I have created a style template for my Silverlight buttons, managed to create rounded corners and a hover state which …

silverlight button hover silverlight-5.0
Cannot import wsdl:portType, wsdl:binding, wsdl:port errors with WCF in Silverlight Application

I have a Silverlight application that is communicating with ADO.Net data entities on the server side through a WCF …

c# .net wcf visual-studio-2012 silverlight-5.0