You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am referencing a library in my project. I have a dll and pdb for the library, so I can debug the library fine without StrongNamer. But once I add a reference to StrongNamer (to sign the library), I can no longer debug the library. When I check the Debug Modules, it says "Binary was not built with debug information."
Is there any way to debug a referenced assembly while also referencing StrongNamer?
I am referencing a library in my project. I have a dll and pdb for the library, so I can debug the library fine without StrongNamer. But once I add a reference to StrongNamer (to sign the library), I can no longer debug the library. When I check the Debug Modules, it says "Binary was not built with debug information."
Is there any way to debug a referenced assembly while also referencing StrongNamer?
Note: I also posted this question to StackOverflow.
The text was updated successfully, but these errors were encountered: