Category Archives: SilverLight

Predefined type 'Microsoft.CSharp.RuntimeBinder.Binder' is not defined or imported – Silverlight

Today I got this error when I was preparing a Silver light training session, when I tried to build my Silver light web resource, it failed and when I check error list I got below error message: When I tried to search, I found we need to include “Microsoft.CSharep.dll” reference in our project, and I once I added it from… Read more »

Unable to create Silverlight Project in Visual Studio 2010

I was trying to create silverlight project in my laptop and I got error that you need to install Silverlight Developer environment, this was strange to me because I had silverlight developers runtime environment installed on my machine. I clicked on the link provided by visual studio 2010 and downloaded it again and when I tried to install it I… Read more »

Silverlight process missing in VS 2010, while trying to debug

I was working on a Silverlight component yesterday and I was facing some issue, so I thought let’s debug my XAP file to see what is causing this issue. When I tried to attach Silverlight process in my source code, I was unable to get Silverlight process. Earlier I was able to debug my XAP files without any issue, but… Read more »

Display mixed content error in IE

During one of our release we started getting bellow error, while we tried to access our custom silverlight dashboard in MS CRM 2011. we were not getting this error in our development environment, it was comming only in production environment. when I tried to search about this error I found http://msdn.microsoft.com/en-us/library/ie/ee264315%28v=vs.85%29.aspx and I enabled below setting and it worked