I have developed a SL2 application for a client (whose computers are under pretty heavy lockdown via group policies). The SL2 application has worked fine for everyone except the client.
The client is using WinXP + IE7 and has the SL2 runtime installed.
On the client's machine the following error pops up:
Error: Unhandled Error in Silverlight
2 Application Code: 2103 Category:
InitializeError Message: 2103 An error
has occurred Code: 0
The client can load SLv1 websites like http://silverlight.net
The client can't load SLv2 websites like:
- http://memorabilia.hardrock.com/
- http://demos.telerik.com/silverlight/default.aspx
- http://timheuer.com/wpfe/versiontest/
What the client sees is a blank silverlight canvas but is able to right click and bring up the silverlight preferences menu.

Any ideas on how to debug this issue or has anyone else encountered this issue?
I should add that it works fine under firefox, but their IT department is unwilling to roll out FF to all the machines. The environment must be XP + IE7
Markup:
<object data="data:application/x-silverlight-2," type="application/x-silverlight-2" width="100%" height="100%">
<param name="source" value="/ClientBin/RosterUI.xap"/>
<param name="onerror" value="onSilverlightError" />
<param name="background" value="white" />
<param name="minRuntimeVersion" value="2.0.31005.0" />
<param name="autoUpgrade" value="true" />
<param name="scaleMode" value="zoom" />
<a href="http://go.microsoft.com/fwlink/?LinkID=124807" style="text-decoration: none;">
<img src="http://go.microsoft.com/fwlink/?LinkId=108181" alt="Get Microsoft Silverlight" style="border-style: none"/>
</a>
</object>
