C# project won't load debugging symbols from VB6 DLL

本秂侑毒 提交于 2019-12-11 15:56:23

问题


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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!