问题
I have a VB6 DLL which I have compiled with debugging symbols turned ON. A PDB file is created alongside the DLL.
However in the C# project which references this DLL, it is refusing to load the PDB file.
In the VS modules window it states
"Binary was not built with debug information"
for this DLL. This is incorrect...
If I right click in the Modules window and select "Load Symbols", and then manually select the PDB file, I get the error
"A matching symbol file was not found in this folder."
which also seems to be inaccurate.
I must be doing something wrong - any ideas? Thanks!
来源:https://stackoverflow.com/questions/53194108/c-sharp-project-wont-load-debugging-symbols-from-vb6-dll