sqlite - sqlite3 method access exception in wp7 while storing database in isolatedstorage -
i'm developing database app wp7& 8 in wp8 sdk target os 7.1.when run application in wvga,wxga,720p emulator working fine,but when run on 7.1 emulator,an unhandled exception of type 'system.methodaccessexception' occurred in community.csharpsqlite.winphone.dll exception thrown @ sqlite.cs file in return code (result)sqlite3.sqlite3_open_v2(filename, out db, flags, null);.help me solve problem
for reference have @
not sure if useful you, fixed problem in end by, well, switching csharp-sqlite :)
you may peek sqlite-net sources , remove offending call, csharp-sqlite project has more activity , less problems.
Comments
Post a Comment