Category Archives: Silverlight

Accessing Context data in Silverlight CRM Web Resources

Silverlight Web Resources typically provide some interaction with contextual data in Microsoft Dynamics CRM, you should plan how you create your Web resources. If the .xap webresource is running from within a form in CRM, the object  Xrm.Page.context can access contextual … Continue reading

Posted in MS CRM, Silverlight | Tagged , | Leave a comment

Assign Requests in Silverlight MS CRM SOAP Endpoint

While working with SOAP Endpoint in MS CRM and Silver light, there would occur scenarios in which you would need to assign a particular entity record to a different user. To know more on Assign Request, check the post here. … Continue reading

Posted in MS CRM, Silverlight | Tagged , , | Leave a comment

Silverlight invalid cross-thread access exception

While working with Silverlight and MS CRM 2011 SOAP Endpoint , you might see this exception on the EndExecute function: Invalid cross-thread access The cause of this is related to doing the async call from a different thread than the … Continue reading

Posted in MS CRM, Silverlight | Tagged , , | Leave a comment

Unable to debug silverlight application

While trying to debug a Silverlight application you may see a break-point which is not hit with a following message : The break point will not currently be hit. No symbols have been loaded for this document This means , … Continue reading

Posted in Silverlight | Tagged | 2 Comments

Your operating system does not support the 64-bit version of Silverlight.

You might get this message every time you  try to install Silverlight 5, and there are no solutions offered. Your system meets all the stated requirements, you would definitely be baffled. Your operating system does not support the 64-bit version … Continue reading

Posted in Silverlight | Tagged , | 8 Comments