Yes, turns out I set target file wrong - it was trying to overwrite
itself.
However, it doesn't fix the problem that I have with control flow
obfuscation. At level 1 I get this error:
Common Language Runtime detected an invalid program
at level 9 I get this error:
Operation could destabilize the runtime.
But the actual control flow obfuscation, as far as reflector is
concerned, is excellent, because users can't examine the code in any
way.
...Stefan