Closed GoogleCodeExporter closed 9 years ago
This is not defect. Error was found to be related to build platform. Staging
platform is x64, so I built Elmah in 64 bit, but development platform is 32
bit. Elmah is apparently very sensitive to this. I re-built Elmah for AnyCPU
platform, and there are no more problems. AnyCPU build is entirely acceptable
for the Release build, as the optimised code and the JIT compiler will adjust
for which platform Elmah is running on.
Original comment by fchat...@comcast.net
on 1 Dec 2010 at 4:34
ELMAH by itself is bit-neutral. The only piece that's sensitive to bitness is
SQLite.
Original comment by azizatif
on 1 Dec 2010 at 9:13
Original issue reported on code.google.com by
fchat...@comcast.net
on 30 Nov 2010 at 4:06