I have a Windows 8.1 Store Application. It has a background task project (Windows Runtime Component). In that project I add a reference of sqlite-net in the similar way as I did for the Store app. The WinRT component Project does not compile and gives me this error.
Windows Runtime type 'Windows.Foundation.Point' was found in multiple referenced winmd files. Please remove either 'C:\Program Files (x86)\Microsoft SDKs\Windows\v8.1\ExtensionSDKs\Microsoft.VCLibs\12.0\References\CommonConfiguration\neutral\platform.winmd' or 'C:\Program Files (x86)\Windows Kits\8.1\References\CommonConfiguration\Neutral\Windows.winmd' from the list of referenced files. C:\Users\admin\Desktop\BackgroundTaskProject\WINMDEXP BackgroundTaskProject
I want to fetch data from the Sqlite DB and send to a web service periodically in background in the application.