I just ran into one of the most mind boggling errors ever. false == true What information would you guys need to confirm/debug this behavior? I’ve never seen anything like it.

- VS2008 sp1
- Debug Mode | Any Cpu
- IIS 7.5
Edit:
I did a clean->rebuild and still the same.
Here’s the assembly and registers. I don’t know how to read this, but maybe it could help someone else.
I suppose your PDB files are not in phase and you have differences in what’s really executed and what Visual Studio sees as a line number. Try rebuilding. We all know that it is impossible to have
true = false, or the world as we know it may change 🙂