INotifyPropertyChanging is not defined Error in Windows Phone

This was one of the Compiler error that i received when trying to use the INotifyPropertyChanging in one of my sample Windows Phone F# project.

“INotifyPropertyChanging is not defined”

I was expecting that the INotifyPropertyChanging was included in the System Assembly but still had the same error.

You can solve the error INotifyPropertyChanging by including the mscorlib.Extensions.dll to your Windows Phone project.

Rebuild your Windows Phone solution and run the project 🙂

Leave A Reply

Your email address will not be published. Required fields are marked *

You May Also Like

In this post, you’ll learn about the Win32 Error “0x000019E5 – ERROR_COULD_NOT_RESIZE_LOG” that you get when debugging system erors in...
In this post, you’ll learn about the error “CO_E_DBERROR 0x8004E02B” that is returned when working with COM based APIs or...
In this post, you’ll learn about the Win32 Error “0x000019D0 – ERROR_LOG_BLOCK_VERSION” that you get when debugging system erors in...