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?