no I mean the actual .pdb .. (its getting an exception looking for xxxxx.pdb in the default directory (eg where my app is located, C:\foo .. not in C:\wherethedlllives\))
On Thu, Aug 4, 2011 at 12:30 PM, Jb Evain <[email protected]> wrote: > 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 -- Le doute n'est pas une condition agréable, mais la certitude est absurde. -- -- mono-cecil
