Closed GoogleCodeExporter closed 8 years ago
csharp-sqlite_3_7_5_30 results:
x86/Debug test ok
x86/Release test ok
Any CPU/Debug exception:
Unhandled Exception: System.BadImageFormatException: Could not load file or
assembly 'Community.CsharpSqlite.SQLiteClient, Version=3.7.5.0,
Culture=neutral, PublicKeyToken=null' or one of its dependencies. An attempt
was made to load a program with an incorrect format.
at SQLiteClientTests.SQLiteClientTestDriver.Setup_T4()
at SQLiteClientTests.SQLiteClientTestDriver.Test4() in C:\Work\cssqlite\csharp-sqlite\Community.CsharpSqlite.SQLiteClient\TestDriver_src\SQLiteClientTestDriver.cs:line 235
at SQLiteClientTests.SQLiteClientTestDriver.Main(String[] args) in C:\Work\cssqlite\csharp-sqlite\Community.CsharpSqlite.SQLiteClient\TestDriver_src\SQLiteClientTestDriver.cs:line 516
Any CPU/Release runs but sometimes reports about sql logic errors.
And still I can't use any of this builds in my application with "An attempt was
made to load a program with an incorrect format" error.
Original comment by alexande...@gmail.com
on 6 Jul 2011 at 2:50
[deleted comment]
You need to right click on the Community.CsharpSqlite and
Community.CsharpSqlite.SQLiteClient projects and make sure you compile them for
the AnyCPU build as well.
I added the appropriate compiler options to these project and confirmed the
build works
This issue was closed by revision edbfa58ea0ef.
Original comment by noah.hart@gmail.com
on 7 Jul 2011 at 5:43
Original issue reported on code.google.com by
alexande...@gmail.com
on 6 Jul 2011 at 2:31