askbook / csharp-sqlite

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

Compiling as x64 breaks the filesystem #29

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Open the Textfixture project
2. Set the CPU type to x64
3. run the aggerror.test

aggerror-1.6...
Error: unable to open database file

Tracing indicates that C#-SQLite thinks the file is write protected

Related to FileLocking API under x64

Original issue reported on code.google.com by noah.hart@gmail.com on 11 Aug 2009 at 10:06

GoogleCodeExporter commented 8 years ago
I have a fix for this issue and in preparation for issue 33 
(SilverLight/MediumTrust).
I am attaching the file, so somebody might take a look and check it in (while I 
get
permission to checkin myself)

Original comment by enzinol@gmail.com on 3 Sep 2009 at 11:55

Attachments:

GoogleCodeExporter commented 8 years ago
Fixed with 9/13 checkin; 
Thank you enzinol

Original comment by noah.hart@gmail.com on 13 Sep 2009 at 2:16