When you get the “Cannot convert lambda expression to type ‘string’ because it is not a delegate type” error in Visual Studio 2010, all you have to do is add using System.Linq; to the top of the source file.
Monthly Archive: January 2011
Jan 20
Unhandled Error in Silverlight Application 2104
When you get the error Message: Unhandled Error in Silverlight Application Code: 2104 Category: InitializeError Message: Could not download the Silverlight application. Check web server settings when you try to deploy your Silverlight application you have to register MIME type in your IIS 7: Extension: .xap MIME Type: application/octet-stream At least that is what it …