I am having trouble connecting to sqlite database from Windows Runtime Component which is for running Background tasks..
I am including all the dll required the same way I added for the main project..
But it doesn’t work..
Shows some 200 errors..
I followed this post :https://github.com/praeclarum/sqlite-net/issues/104
But still I get errors..
2 such errors are:
Error 2 Windows Runtime class 'SQLite.SQLiteException' has an invalid base type 'System.Exception'. Exporting custom exception types is not allowed. D:\MCM-22-Jan-2013\CCM\TileBackground\SQLite.cs 46 15 TileBackground
Error 92 Type 'SQLite.TableMapping.Column' is a nested type. Nested types cannot be exported to the Windows Runtime. D:\MCM-22-Jan-2013\CCM\TileBackground\SQLite.cs 1390 16 TileBackground
