Bonjour,

Je suis entrain de m'entrainer avec le tutorial sur l'ObjectDataProvider de WPF :

http://morpheus.developpez.com/wpf/o...roviderWPF.pdf

Mais dès la première compilation, je n'ai rien qui s'affiche et j'obtiens les erreurs suivantes :

System.Windows.Data Error: 33 : ObjectDataProvider needs either an ObjectType or ObjectInstance.
System.Windows.Data Error: 40 : BindingExpression path error: 'FullName' property not found on 'object' ''Customer' (HashCode=41827678)'. BindingExpressionath=FullName; DataItem='Customer' (HashCode=41827678); target element is 'TextBlock' (Name=''); target property is 'Text' (type 'String')
Est ce que quelqu'un a une idée concernant cela ?

Merci d'avance.

Narglix