I get this fun error when I try adding a local database to my Windows Phone 8 project.
The type 'System.ComponentModel.INotifyPropertyChanging' exists in both 'e:\users\keenan\Documents\Visual Studio 2012\Projects\MAL.WindowsPhone\packages\Portable.MvvmLightLibs.4.1.27.1\lib\wp8\GalaSoft.MvvmLight.dll' and 'C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\WindowsPhone\v8.0\System.dll'
Why is System.ComponentModel.INotifyPropertyChanging
in the WP8 libraries of the MVVM Portable NuGet package? Is this a bug, because I think it conflicts with what is already in the mscorlib of Windows Phone 8.
Please help.