vijirams / csharp-sqlite

Automatically exported from code.google.com/p/csharp-sqlite
Other
0 stars 0 forks source link

Disk I/O error on exec calls in silverlight. #114

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Open a db and the call exec with an insert.

This was using the most recent checked out version on Windows XP, Silverlight 4 
using out of browser settings (though I expect in browser would have given the 
same result.

Patched win_os_c.cs as attached.

Original issue reported on code.google.com by woakesdavid on 7 May 2011 at 7:08

Attachments:

GoogleCodeExporter commented 8 years ago
Also I tried adding || SQLITE_SILVERLIGHT everywhere the was a #if 
WINDOWS_PHONE but got an error saying IsolatedStorage wasn't recognised, hence 
my diff adds #elif SQLITE_SILVERLIGHT.

Which makes me wonder if the IsolatedStorage should be on the WINDOWS_PHONE 
calls.

Original comment by woakesdavid on 7 May 2011 at 7:11

GoogleCodeExporter commented 8 years ago

Original comment by noah.hart@gmail.com on 8 May 2011 at 3:35

GoogleCodeExporter commented 8 years ago
This issue was closed by revision cff761c466fc.

Original comment by noah.hart@gmail.com on 26 Aug 2011 at 6:03