1. Fixed the "Maximize" bug in WinXP. 2. Fixed bug: if DILE was opened with the Start Page disabled then clicking the Close All Windows menu item caused a NullReferenceException. 3. Fixed bug: I got a strange assembly that contains a TypeRef that... references itself. I'm not sure of what this means. I guess it's a way of obfuscators to confuse decompilers/disassemblers. But it seems to be valid IL code. So for now - as a workaround - I display all these tokens as *incorrect token*. At least, assemblies with such TypeRefs can still be loaded by DILE. 4. Quick fix for avoiding thread synchronization bugs when many assemblies are loaded at once (using several threads).