2
Answers

Understanding how INotifiyPropertyChanged works.

Obaid Baig

Obaid Baig

1y
550
1

I tried to read and understand your UseOf_INotifyPropertyChanged c# project. When I tried to create the same project with differnt name all works goes fine but MainWindow.xaml designer not accepting the following line.

<VM:MainWindowViewModel x:Name="VMMainWindow"></VM:MainWindowViewModel>

I am getting the following error.

Error    XDG0008    The name "MainWindowViewModel" does not exist in the namespace "clr-namespace:DebtorAccountInfo.ViewModel"

I don't see the same error in your project. Would you please help me to correct this error. I like this project the way you preseted. I need to understand and correct this error.

 

thanks,

Obaid

 

Answers (2)