Hey, On 5/27/09, IvanRomanov <[email protected]> wrote: > In more details, on Linux the invocation of method > ModuleDefinition.LoadSymbols() > leads to an error, that Mdb factory cannot be created. > > Do I have to use different version of Cecil dll's?
Make sure you're using the svn head version of Mono.Cecil.*.dll. A way to be sure it works is to create the ISymbolReader yourself from Mono.Cecil.Mdb.dll and pass it to LoadSymbol. -- Jb Evain <[email protected]> --~--~---------~--~----~------------~-------~--~----~ -- mono-cecil -~----------~----~----~----~------~----~------~--~---
