Activity overview
Latest activity by leigh.kendall
Ahhh... of course. Now it's plain as day. Thanks for clearing that up it was driving me mad!
However, I'm pretty sure the compiled version I used was built in "Debug" mode, but yes no .pdb present. The code I built/compiled had .pdb's for both Debug & Release. I assume this is controlled through the Build|Advanced Build Settings option of Output Debug Info? How does that setting specifically effect what Reflector sees? / comments
Ahhh... of course. Now it's plain as day. Thanks for clearing that up it was driving me mad!
However, I'm pretty sure the compiled version I used was built in "Debug" mode, but yes no .pdb present....
Are decompiled local variables renamed??
I've decompiled two sets of assemblies; the first set we could not find the source code for, the second set I compiled directly from the most "current" source. Both sets *should* be the same for th...