"Unable to decompile the method."
I've been trying to use the built-in decompilier (which, when it works is awesome, btw). However, sometimes when I try to use it on Compact Framework projects, all of the methods are empty with just the following comment:
// ISSUE: unable to decompile the method.
Decompiling the equivalent class on the full framework works fine.
Please sign in to leave a comment.
Has anyone else been able to reproduce this? It looks like I can't decompile any .NET Compact Framework classes. I guess most people are using VS2010 that doesn't support CF anymore?