Closed GoogleCodeExporter closed 9 years ago
Compiling ELMAH from source against the 64-bit version of System.Data.SQLite.dll
seems to fix the problem. But it would be really cool if I didn't have to make
two
versions of my application just because of SQLite.
Original comment by joel.mue...@gmail.com
on 8 May 2009 at 4:56
Original comment by azizatif
on 11 May 2009 at 6:11
I've just integrated ELMAH into our application and have come across this
problem.
Unfortunately our DEV environment is 32 bit and our target deployment
environment is
64 bit. Our problem I know but that's the current position I'm in.
A also tried changing the web.config to use a Elmah.MemoryErrorLog but this
does not
help as the SQLite assembly reference is still in place. Perhaps I could
recompile
ELMAH myself without this in place.
The AppPool setting to 32-bit does work but I'm not happy with our logging
solution
forcing this on the application as a whole.
Original comment by mgho...@gmail.com
on 25 May 2009 at 3:03
Original comment by azizatif
on 27 May 2009 at 3:42
Fixed in r594. A new download will be made available for x64.
Original comment by azizatif
on 27 May 2009 at 6:00
Now available for download:
http://code.google.com/p/elmah/downloads/detail?name=ELMAH-1.1-RC-bin-x64.zip
Original comment by azizatif
on 28 May 2009 at 10:04
If Managed SQLite has enough functionality, it would remove the need to have
multiple
versions of Elmah (and by extension, multiple versions of my application). As it
stands, I'm still going to be compiling a version of Elmah that doesn't
reference any
SQLite DLL, as I don't need the headache of distributing separate 32-bit and
64-bit
versions of my app.
http://code.google.com/p/managed-sqlite/
Original comment by joel.mue...@gmail.com
on 9 Jun 2009 at 4:47
@joel.mueller: Perhaps you should open your suggestion as a new issue along the
lines
of, "Consider using a pure managed implementation of SQLite."
Original comment by azizatif
on 9 Jun 2009 at 5:00
I downloaded the latest version (1.1 x64 Aug 17) I can can't build the 64 bit
version
due to bad image reported in Studio.
(0): Build (web): Could not load file or assembly 'System.Data.SQLite,
Version=1.0.61.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139' or one of
its
dependencies. An attempt was made to load a program with an incorrect format.
When I look at VSTADB.NET20.DLL using the 64bit version of Depends.exe it
reports
taht vstadb is x86 and not x64.
Please advise
Original comment by william....@gmail.com
on 24 Nov 2009 at 6:07
This issue is closed. Please create a new issue specific to the problem you're
experiencing. Thanks.
Original comment by azizatif
on 24 Nov 2009 at 7:03
Even though you couldn't fix your situation, I thought it wise to let you know
that you
helped me sort out my own. thanks!
Original comment by irwin.williams
on 5 Feb 2010 at 4:53
Original issue reported on code.google.com by
william....@gmail.com
on 8 May 2009 at 2:49