Comments
2 comments
-
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. -
This was logged as RP-706 and has now been fixed.
Add comment
Please sign in to leave a comment.
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.