Bonjour Tous le monde,

J'ai un problème d’ambiguïté entre le DataGridRow de System.Windows.Controls; et Microsoft.Windows.Controls;

l'erreur suivante m'apparaitre à chaque fois que je cherche à exécuter Mon programme.

Merci pour votre aide
Controls\ProductListControl.xaml.cs(86,13): error CS0104: 'DataGridRow' est une référence ambiguë entre 'System.Windows.Controls.DataGridRow' et 'Microsoft.Windows.Controls.DataGridRow'
Controls\ProductListControl.xaml.cs(86,34): error CS0104: 'DataGridRow' est une référence ambiguë entre 'System.Windows.Controls.DataGridRow' et 'Microsoft.Windows.Controls.DataGridRow'
Controls\ProductListControl.xaml.cs(90,13): error CS0104: 'DataGridCell' est une référence ambiguë entre 'System.Windows.Controls.DataGridCell' et 'Microsoft.Windows.Controls.DataGridCell'
Controls\ProductListControl.xaml.cs(90,92): error CS0104: 'DataGridCell' est une référence ambiguë entre 'System.Windows.Controls.DataGridCell' et 'Microsoft.Windows.Controls.DataGridCell'