How can we help you today? How can we help you today?

Build 6.1.0.11 crashes when decompiling an assembly

I installed version 6.1.0.11 and tried to decompile external assemblies from within VS2008 SP1 in oder to debug them.

It fails every time in a way already discussed in thread "Build 381 fails decompilation every time" posted on "Thu Oct 22, 2009 8:43 am".

The detailed error report as already automatically been sent to redgate.
philippe.auchlin
0

Comments

2 comments

  • Paul.Martin
    After speaking to Philipee.

    The failure occurred when trying to decompile an assembly with a member variable initialised to a lambda expression. This gave a "System.InvalidOperationException: Stack empty" exception message.

    The workaround is to decompile the assembly to C# 2.0 or Visual Basic 8.0 (i.e. a language without lambda expressions).

    Hope this helps anyone who comes across this error message.
    Paul.Martin
    0
  • Clive Tong
    This was logged as RP-706 and has now been fixed.
    Clive Tong
    0

Add comment

Please sign in to leave a comment.