This is a migrated thread and some comments may be shown as answers.

application Error

3 Answers 70 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Avi Avni
Top achievements
Rank 1
Avi Avni asked on 01 Jul 2010, 10:09 AM

Hi,
 I trying to run the application

I get this Error

System.ArgumentException occurred

  Message=Property with name Time cannot be found on type Object

  Source=Telerik.Windows.Data

  StackTrace:

       at Telerik.Windows.Data.PropertyPathDescriptor.GetPropertyDescriptor(PropertyToken token, Type componentType) in c:\Builds\WPF_Scrum\Release_WPF_2010_Q1_SP2\Sources\Development\Core\Data\ItemProperties\PropertyPathDescriptor.cs:line 83

this start after  install the new version  of telerik

 

Someone can help?

 

Best regards

Ehud

3 Answers, 1 is accepted

Sort by
0
Maya
Telerik team
answered on 01 Jul 2010, 02:41 PM
Hi Ehud Pinchas,

Please give us more details about your project and its settings so that we can provide you with an appropriate solution.

Kind regards,
Maya
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
0
Roger
Top achievements
Rank 1
answered on 07 Oct 2010, 02:18 AM
For anyone else coming upon this thread, the answer is that, at some point, you have bound a null object to a data component.  This exception appears to be thrown when a property of the intended object, which is now null, is also bound (e.g. to a RadGridView column).
0
Avi Avni
Top achievements
Rank 1
answered on 07 Oct 2010, 07:47 AM

Hi

I solve this problem the data member binding is name was changed in the edmx

So I fix the name in the current column.

This exception appear after I replace to the new dlls

Before the grid don’t throw this exception.

This is helping us to find all the binding errors in the columns.

Best regards

Ehud

 

 

Tags
GridView
Asked by
Avi Avni
Top achievements
Rank 1
Answers by
Maya
Telerik team
Roger
Top achievements
Rank 1
Avi Avni
Top achievements
Rank 1
Share this question
or