C# Silverlight应用程序中带有RadSpreadsheet控件时出错

C# Silverlight应用程序中带有RadSpreadsheet控件时出错,c#,silverlight,telerik,C#,Silverlight,Telerik,我正在写一个Silverlight应用程序和Telerik电子表格控件。它在Firefox、Google Chrome、Opera和IE 9的Windows 7和8上正常运行,但我的一些客户端无法在IE 8的Windows XP上加载它,并收到以下错误: Webpage error details User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR 2.0.50727;

我正在写一个Silverlight应用程序和Telerik电子表格控件。它在Firefox、Google Chrome、Opera和IE 9的Windows 7和8上正常运行,但我的一些客户端无法在IE 8的Windows XP上加载它,并收到以下错误:

Webpage error details

User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR     2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; .NET4.0C; .NET4.0E)
Timestamp: Thu, 16 May 2013 13:21:38 UTC


Message: Unhandled Error in Silverlight Application     [Parser_CreateInstance_ConstructorInvocation]
Arguments: Telerik.Windows.Controls.RadSpreadsheet
Debugging resource strings are unavailable. Often the key and arguments provide sufficient     information to diagnose the problem. See http://go.microsoft.com/fwlink/?    linkid=106663&Version=5.1.20125.0&File=System.Windows.dll&Key=Parser_CreateInstance_Constru    ctorInvocation [Line: 47 Position: 40]   at System.Windows.Application.LoadComponent(Object     component, Uri resourceLocator)
   at ECOBox2012WebPanel.DataPage.InitializeComponent()
   at ECOBox2012WebPanel.DataPage..ctor()
   at ECOBox2012WebPanel.MainPage..ctor()
   at ECOBox2012WebPanel.App.Application_Startup(Object sender, StartupEventArgs e)
   at MS.Internal.CoreInvokeHandler.InvokeEventHandler(UInt32 typeIndex, Delegate     handlerDelegate, Object sender, Object args)
   at MS.Internal.JoltHelper.FireEvent(IntPtr unmanagedObj, IntPtr unmanagedObjArgs, Int32     argsTypeIndex, Int32 actualArgsTypeIndex, String eventName, UInt32 flags)
Line: 1
Char: 1
Code: 0
URI: http://ecobox2012web.say-co.com/default.html

事实上,有一个问题是RadSpreadsheet控件在Windows XP下无法加载


作为负责开发该组件的团队成员,我可以确认该组件已经修复,因此升级到最新的官方版本应该可以解决问题。

确实存在一个问题,即在Windows XP下无法加载RadSpreadsheet控件

作为负责开发该组件的团队成员,我可以确认它已经被修复,因此升级到最新的官方版本应该可以解决问题