Hello, I'm using Visual Studio 2010 Professional SP1, and have created a test project to which I added a reference to Mono.Cecil.dll version 0.9.5.0. I am trying to use the code in the first reply to this StackOverflow post<http://stackoverflow.com/questions/5741350/look-if-a-method-is-called-inside-a-method-using-reflection/5741770#5741770>to build a method call tree for a class.
I copied the CalltreeSearch class code, but got the compiler error in the subject line. Someone asked about this in the comments there, and he replied thta they needed to reference Mono.Cecil, which I have, so I don't think that's the problem. I had a look inside the Mono.Cecil.dll with a decompiler, and I can't see anything of that name. Anyone any ideas? Thanks -- -- mono-cecil
