Why is it when I use the following, I will get System.NotSupportException?
AssemblyDefinition assemblyDefinition = AssemblyFactory.GetAssembly (path); assemblyDefinition.MainModule.LoadSymbols(); //this is the problem! I need to use this cos I want to get my actual varible names instead of names like V_0, V_1 etc. I see that there is some discussion over this thread about this issue here: http://www.mail-archive.com/[email protected]/msg00943.html I tried adding Mono.Cecil.Mdb.dll under References and even added "using Mono.Cecil.Mdb;" in my program. What's wrong? Sorry if I sounded silly for not understanding what was said over in tt thread. Pls help out if u can, thx! --~--~---------~--~----~------------~-------~--~----~ -- mono-cecil -~----------~----~----~----~------~----~------~--~---
