On Thu, Aug 4, 2011 at 6:14 PM, Greg Young <[email protected]> wrote: > ok JB I updated to latest.. When using the ReadSymbols() method it > tried to read in the current default directory not where the assembly > is located. Is there a way to tell it to look there?
It does a System.Reflection.Assembly.Load ("Mono.Cecil.Pdb, Version
=...."); so it's simply using .net to load the assembly.
I guess you can subscribe to AppDomain.Resolve to help the runtime
find your assembly.
Jb
--
--
mono-cecil
