How can I debug an assembly that was assigned a strong name by StrongNamer?

249 Views Asked by At

I have two projects (C# .NET Framework):

  • A library
  • A console client that references the library

I have the dll + pdb for both projects, so without strong names, I can debug both projects. However, when I use StrongNamer to add strong names, I cannot debug the library. When I check the Debug Modules, it says "Binary was not built with debug information."

How can I debug this assembly while using StrongNamer?

0

There are 0 best solutions below