I'm trying to use background agents to update live tiles every x minutes.
I've seen that I can use a Background Agent to update a live tile. I would like to make a query on the SqlCE db used in my project and I would like to execute it in the OnInvoke
event.
How can I access a function present in my main WP7 project from the Background Agent project (in the same solution)?