Ah...I had the pdb.dll referenced and it was set to copy local, but of course, I wasn't actually referencing it anywhere in my code...so it never got copied to the actual output directory that was referencing my Weaver project. I added the following and it works now.
SymbolReaderProvider = new PdbReaderProvider() SymbolWriterProvider = new PdbWriterProvider() I wish VS would assume that if I set Copy Local, it would just listen to me.... Thanks for the help On Nov 18, 2:56 pm, Jb Evain <[email protected]> wrote: > On Thu, Nov 18, 2010 at 8:12 PM, Jeff Nevins <[email protected]> wrote: > > Thanks. Still no :( > > Do you at least have Mono.Cecil.Pdb or Mono.Cecil.Mdb around ? All > symbols tests are green. -- -- mono-cecil
