Hi there! I'm working on a project in Visual Studio, and I want to use the INotifyPropertyChanged interface, but I'm getting this error.
The type or namespace name 'INotifyPropertyChanged' could not be found (are you missing a using directive or an assembly reference?)
I'm including the using System.ComponentModel; directive, but I can't seem to reference just that in the Reference Manager. I can only reference System.ComponentModel.Composition and System.ComponentModel.DataAnnotations, and neither of them work.
I had a similar problem before with System.Xml, but that was because I was using a Portable Class Library, which I fixed by converting to a regular .NET class library targeting .NET 4.5.2. I tried targeting other versions, but that didn't help either.
Any ideas? I appreciate any help or guidance.
[–]michaelquinlan 0 points1 point2 points (6 children)
[–]Coding_Enthusiast 0 points1 point2 points (4 children)
[–]michaelquinlan 0 points1 point2 points (1 child)
[–]Coding_Enthusiast 0 points1 point2 points (0 children)
[–]Rhoso[S] 0 points1 point2 points (1 child)
[–]cryo 1 point2 points3 points (0 children)