Accessing database for Live tile update

46 Views Asked by At

so Im doing a live tile update in UWP project and I need to access my database to retrieve the data and update the tile. But the project that I made that has the database has a reference to the RuntimeComponent, so I cant make a circular reference and make the project known to the RuntimeComponent. therefore I cant use my database. I have seen This MSDN article which shows the method "GetMSDNBlogFeed" in their example, but it gets the data from the web, not from a local database. what do I do?

0

There are 0 best solutions below