Hi Guys,
I have a SQLite implementation inside PCL, I want to perform a set of operation inside Scheduled Agent (Windows phone project).
Other classes and methods of PCL works seamlessly inside the "onInvoke()" method of Scheduled Agent. However when I call the SQLite implementation, It is throwing exception.
Has anyone dealt with this problem before? Please see attachment.
Can anyone help me please.