This question is locked. New answers and comments are not allowed.
Hi,
I am creating an application using a number of the 2009 Q2 Release components with Silverlight 3.0 Release. When I introduce a GridView I get the following exception. Any suggestions?
System.Windows.Markup.XamlParseException occurred
Message="System.IO.FileNotFoundException: Could not load file or assembly 'System.Windows.Controls.Data, Version=2.0.5.0, Culture=neutral, PublicKeyToken=3d8c6023c75a3242' or one of its dependencies. The system cannot find the file specified.\r\nFile name: 'System.Windows.Controls.Data, Version=2.0.5.0, Culture=neutral, PublicKeyToken=3d8c6023c75a3242'\r\n at Telerik.Windows.Controls.GridView.GridViewDataControl.InitializeGroupCount()\r\n at Telerik.Windows.Controls.GridView.GridViewDataControl..ctor()\r\n at Telerik.Windows.Controls.RadGridView..ctor() [Line: 0 Position: 0]\r\n --- Inner Exception ---\r\nCould not load file or assembly 'System.Windows.Controls.Data, Version=2.0.5.0, Culture=neutral, PublicKeyToken=3d8c6023c75a3242' or one of its dependencies. The system cannot find the file specified.\r\n"
LineNumber=0
LinePosition=0
StackTrace:
at System.Windows.Application.LoadComponent(Object component, Uri resourceLocator)
at StructureNavigation.Views.WindchillPartStructure.InitializeComponent()
at StructureNavigation.Views.WindchillPartStructure..ctor()
InnerException: System.IO.FileNotFoundException
Message="Could not load file or assembly 'System.Windows.Controls.Data, Version=2.0.5.0, Culture=neutral, PublicKeyToken=3d8c6023c75a3242' or one of its dependencies. The system cannot find the file specified."
StackTrace:
at Telerik.Windows.Controls.GridView.GridViewDataControl.InitializeGroupCount()
at Telerik.Windows.Controls.GridView.GridViewDataControl..ctor()
at Telerik.Windows.Controls.RadGridView..ctor()
InnerException:
Thanks
Mike
I am creating an application using a number of the 2009 Q2 Release components with Silverlight 3.0 Release. When I introduce a GridView I get the following exception. Any suggestions?
System.Windows.Markup.XamlParseException occurred
Message="System.IO.FileNotFoundException: Could not load file or assembly 'System.Windows.Controls.Data, Version=2.0.5.0, Culture=neutral, PublicKeyToken=3d8c6023c75a3242' or one of its dependencies. The system cannot find the file specified.\r\nFile name: 'System.Windows.Controls.Data, Version=2.0.5.0, Culture=neutral, PublicKeyToken=3d8c6023c75a3242'\r\n at Telerik.Windows.Controls.GridView.GridViewDataControl.InitializeGroupCount()\r\n at Telerik.Windows.Controls.GridView.GridViewDataControl..ctor()\r\n at Telerik.Windows.Controls.RadGridView..ctor() [Line: 0 Position: 0]\r\n --- Inner Exception ---\r\nCould not load file or assembly 'System.Windows.Controls.Data, Version=2.0.5.0, Culture=neutral, PublicKeyToken=3d8c6023c75a3242' or one of its dependencies. The system cannot find the file specified.\r\n"
LineNumber=0
LinePosition=0
StackTrace:
at System.Windows.Application.LoadComponent(Object component, Uri resourceLocator)
at StructureNavigation.Views.WindchillPartStructure.InitializeComponent()
at StructureNavigation.Views.WindchillPartStructure..ctor()
InnerException: System.IO.FileNotFoundException
Message="Could not load file or assembly 'System.Windows.Controls.Data, Version=2.0.5.0, Culture=neutral, PublicKeyToken=3d8c6023c75a3242' or one of its dependencies. The system cannot find the file specified."
StackTrace:
at Telerik.Windows.Controls.GridView.GridViewDataControl.InitializeGroupCount()
at Telerik.Windows.Controls.GridView.GridViewDataControl..ctor()
at Telerik.Windows.Controls.RadGridView..ctor()
InnerException:
Thanks
Mike