Silverlight Telerik Visual Studio 2010 SP1错误

Silverlight Telerik Visual Studio 2010 SP1错误,silverlight,telerik,radchart,Silverlight,Telerik,Radchart,Silverlight应用程序在我的机器上不再工作 截图: 当我运行应用程序时,窗口变为白色。我从IE开发者工具控制台复制了以下异常消息(FF也不工作): 我相信是RadChart造成了这个问题 在科勒格的机器上一切正常 我怎样才能修好它 编辑:我认为只有当RadChart的ItemsSource绑定到数据源时才会引发客户端异常。我遇到了类似的问题,我安装了telerik.msi,然后将我需要的libs复制到项目中的lib文件夹并引用了它们。我相信,另一个人也犯了同样的错误。这和我的工作有关。

Silverlight应用程序在我的机器上不再工作

截图:

当我运行应用程序时,窗口变为白色。我从IE开发者工具控制台复制了以下异常消息(FF也不工作):

我相信是RadChart造成了这个问题

在科勒格的机器上一切正常

我怎样才能修好它


编辑:我认为只有当RadChart的ItemsSource绑定到数据源时才会引发客户端异常。

我遇到了类似的问题,我安装了telerik.msi,然后将我需要的libs复制到项目中的lib文件夹并引用了它们。我相信,另一个人也犯了同样的错误。这和我的工作有关。我最终卸载了,基本上从gac中删除了telerik控件,只需下载dll。也许你的同事安装了msi

对不起,我的错;)

“区域和语言”设置中的数字格式已更改(“,”和“.”)


格式重置后,RadChart工作。

您是否使用msi安装了telerik控件?否。我刚从telerik的网站下载了最新的dll添加引用了它们。昨天一切正常…检查你的参考资料,在你的机器上,它们是否显示参考资料下有错误?也可以使用telerik在文档中推荐的名称空间。
    Code: 4004    
Category: ManagedRuntimeError       
Message: System.Windows.Markup.XamlParseException:  [Line: 0 Position: 0] ---> System.FormatException: Input string was not in a correct format.
   at System.Number.ParseDouble(String value, NumberStyles options, NumberFormatInfo numfmt)
   at System.Windows.Media.Animation.RepeatBehavior.Create(Object o)
   at MS.Internal.XcpImports.ConvertCValueForManagedWithType(Type propertyType, CValue& outVal, Int32 outDOType, Boolean releaseObjectReference, Boolean deleteBuffer, IManagedPeerBase fromObject)
   at MS.Internal.XcpImports.GetValue(IManagedPeerBase managedPeer, DependencyProperty property)
   at System.Windows.DependencyObject.GetValueInternal(DependencyProperty dp)
   at System.Windows.Media.Animation.Timeline.get_RepeatBehavior()
   --- End of inner exception stack trace ---
   at MS.Internal.XcpImports.MethodEx(IntPtr ptr, String name, CValue[] cvData)
   at MS.Internal.XcpImports.MethodEx(DependencyObject obj, String name)
   at MS.Internal.XcpImports.FrameworkElement_ApplyTemplate(FrameworkElement frameworkElement)
   at System.Windows.Controls.ItemContainerGenerator.LayoutStatesManager.GetElementRoot(Boolean templatesAreGenerated)
   at System.Windows.Controls.ItemContainerGenerator.LayoutStatesManager.Load()
   at System.Windows.Controls.ItemContainerGenerator.System.Windows.Controls.Primitives.IItemContainerGenerator.PrepareItemContainer(DependencyObject container)
   at System.Windows.Controls.ItemsControl.AddVisualChild(Int32 containerIndex, DependencyObject container, Boolean needPrepareContainer)
   at System.Windows.Controls.ItemsControl.AddContainers()
   at System.Windows.Controls.ItemsControl.RecreateVisualChildren(IntPtr unmanagedObj)