On Thu, Aug 4, 2011 at 5:27 PM, Greg Young <[email protected]> wrote: > We are running a slightly old version of cecil but just calling > ReadSymbols results every time with a Null Reference Exception. > > 12:10:15.073 - AutoTest.Minimizer.Extensions.BackGroundProcessException: > background error occurred ---> System.NullReferenceException: Object > reference not set to an instance of an object. > at Mono.Cecil.ModuleDefinition.ReadSymbols()
That does look bad. But I suspect it's only because you don't have Mono.Cecil.Pdb.dll or Mono.Cecil.Mdb.dll around, depending on where you run. Jb -- -- mono-cecil
