When I tried to use reflect to export a assembly, I got following exception:

System.InvalidOperationException: Invalid branching statement for condition expression with target offset 00D1. ---> SmartAssembly.SmartExceptionsCore.UnhandledException: SmartExceptionsCore.UnhandledException @ 9858, offset:1394 ---> SmartAssembly.SmartExceptionsCore.UnhandledException: SmartExceptionsCore.UnhandledException @ 9805, offset:1908 ---> SmartAssembly.SmartExceptionsCore.UnhandledException: SmartExceptionsCore.UnhandledException @ 9898, offset:247 ---> SmartAssembly.SmartExceptionsCore.UnhandledException: SmartExceptionsCore.UnhandledException @ 9794, offset:687 ---> SmartAssembly.SmartExceptionsCore.UnhandledException: SmartExceptionsCore.UnhandledException @ 4060, offset:178 ---> SmartAssembly.SmartExceptionsCore.UnhandledException: SmartExceptionsCore.UnhandledException @ 4017, offset:26 ---> SmartAssembly.SmartExceptionsCore.UnhandledException: SmartExceptionsCore.UnhandledException @ 4058, offset:149 ---> SmartAssembly.SmartExceptionsCore.UnhandledException: SmartExceptionsCore.UnhandledException @ 4079, offset:43
--- End of inner exception stack trace ---
--- End of inner exception stack trace ---
--- End of inner exception stack trace ---
--- End of inner exception stack trace ---
--- End of inner exception stack trace ---
--- End of inner exception stack trace ---
--- End of inner exception stack trace ---
--- End of inner exception stack trace ---
at ‘.
kentzhou
0

Comments

1 comment

  • Alex D
    There are some methods that Reflector cannot decompile. They are either obfuscated, or the c# compiler has done something it doesn't normally do. We fix them when we can, but we can't hope to fix all of them.

    Thanks,
    Alex D
    0

Add comment

Please sign in to leave a comment.