Closed GoogleCodeExporter closed 8 years ago
Silverlight does not allow the use of GetTempFilename to get temporary
filename. IsolatedStorage will have to be used.
Original comment by mattleib...@gmail.com
on 30 Mar 2012 at 2:11
Fixed with changeset #80
Original comment by noah.hart@gmail.com
on 18 May 2012 at 11:19
[deleted comment]
[deleted comment]
We're randomly seeing this exception in our Windows Phone app with rev
ca3c79393adf (from December 2013). Randomly meaning that 99% of the time
everything is OK, but we've received few error reports from our users:
[ExceptionMessage]:[Attempt to access the method failed:
System.IO.Path.GetTempPath()]
[StackTrace]:[
at Community.CsharpSqlite.Sqlite3.getTempname(Int32 nBuf, StringBuilder zBuf)
at Community.CsharpSqlite.Sqlite3.winOpen(sqlite3_vfs pVfs, String zName, sqlite3_file pFile, Int32 flags, Int32& pOutFlags)
at Community.CsharpSqlite.Sqlite3.sqlite3OsOpen(sqlite3_vfs pVfs, String zPath, sqlite3_file pFile, Int32 flags, Int32& pFlagsOut)
at Community.CsharpSqlite.Sqlite3.pagerOpentemp(Pager pPager, sqlite3_file& pFile, Int32 vfsFlags)
at Community.CsharpSqlite.Sqlite3.openSubJournal(Pager pPager)
at Community.CsharpSqlite.Sqlite3.subjournalPage(PgHdr pPg)
at Community.CsharpSqlite.Sqlite3.pager_write(PgHdr pPg)
at Community.CsharpSqlite.Sqlite3.sqlite3PagerWrite(PgHdr pDbPage)
at Community.CsharpSqlite.Sqlite3.insertCell(MemPage pPage, Int32 i, Byte[] pCell, Int32 sz, Byte[] pTemp, UInt32 iChild, Int32& pRC)
at Community.CsharpSqlite.Sqlite3.sqlite3BtreeInsert(BtCursor pCur, Byte[] pKey, Int64 nKey, Byte[] pData, Int32 nData, Int32 nZero, Int32 appendBias, Int32 seekResult)
at Community.CsharpSqlite.Sqlite3.sqlite3VdbeExec(Vdbe p)
at Community.CsharpSqlite.Sqlite3.sqlite3Step(Vdbe p)
at Community.CsharpSqlite.Sqlite3.sqlite3_step(Vdbe pStmt)
at SQLite.SQLite3.Step(Vdbe stmt)
at SQLite.PreparedSqlLiteInsertCommand.ExecuteNonQuery(Object[] source)
at SQLite.SQLiteConnection.Insert(Object obj, String extra, Type objType)
at SQLite.SQLiteConnection.Insert(Object obj)
Original comment by mijap...@gmail.com
on 5 Feb 2013 at 6:26
Original issue reported on code.google.com by
mattleib...@gmail.com
on 30 Mar 2012 at 2:08