Top "Silverlight-5.0" questions

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

Task<> does not contain a definition for 'GetAwaiter'

Client iGame Channel = new ChannelFactory<iGame> ( new BasicHttpBinding ( BasicHttpSecurityMode . None ) , new EndpointAddress ( new Uri ( "http://localhost:58597/Game.svc" ) ) ) . …

c# wcf silverlight-5.0 async-ctp
Can't install Silverlight Developer runtime

I have installed VS 2010 professional with full installation in Windows 7. I have installed Silverlight 5.0 separately. When I create silverlight application, …

visual-studio-2010 visual-studio silverlight silverlight-5.0
Cannot implicitly convert type 'System.Collections.Generic.List<T>' to 'System.Linq.IQueryable<T>'

I am trying to create a query in my domain service (VS 2010 Silverlight Business Application) that returns the results from …

c# visual-studio-2010 linq-to-entities hierarchical-data silverlight-5.0
How to use aspnet_regsql.exe

I'm having problems Creating Users in a Silverlight Business Application that uses the Local IIS Web Server. If I use …

sql-server-2008 iis-7.5 silverlight-5.0
You need to install the latest silverlight developer runtime before opening silverlight project

When I open silverlight project in vs2010 it'll show me the dialogbox with error " You need to install the latest …

asp.net silverlight silverlight-5.0
Deep Copy using Reflection in an Extension Method for Silverlight?

So I'm trying to find a generic extension method that creates a deep copy of an object using reflection, that …

c# silverlight reflection silverlight-5.0 deep-copy
Adding references for SilverLight ToolKit 5

I have googled so much but couldn't find any solution so i have decided to put my question over here....…

visual-studio-2010 silverlight silverlight-toolkit silverlight-5.0
How can I debug Silverlight 5 applications in Visual Studio 2012 after installing Internet Explorer 10?

I can no longer debug my Silverlight application in Visual Studio after updating to Internet Explorer 10. I made no other …

visual-studio silverlight visual-studio-2012 silverlight-5.0 internet-explorer-10
Serial Communication with Silverlight 5 (COM port)

I'm working on an ASP.NET website in which I'll need to access an usb device from the client side. …

asp.net serial-port pinvoke device silverlight-5.0