How to debug a referenced dll (having pdb)

后端 未结 10 1853
孤独总比滥情好
孤独总比滥情好 2020-11-27 09:49

I have two solutions in my workspace, say A and B.

Solution A is an older project which I finished coding some time ago. In solution B, I need to use some classes fr

10条回答
  •  北海茫月
    2020-11-27 10:15

    Another point to keep in mind, be sure the referenced dlls are not installed in the GAC. After testing, I installed my dlls into the GAC to do system level testing. Later, when I had to debug my code again, I couldn't step into the referenced assemblies until I deleted them from the GAC.

提交回复
热议问题