Can't debug - “The breakpoint will not currently be hit. No symbols have been loaded for this document”

前端 未结 6 1360
隐瞒了意图╮
隐瞒了意图╮ 2020-12-29 08:04

I\'m getting the error in the subject line. I\'m running vs2k8 on server 2k3sp2. I\'ve tried deleting the pdbs, cache directories, verifying that debugging is set up on the

6条回答
  •  Happy的楠姐
    2020-12-29 08:34

    Usually this happens when the .pdb files that VS is using for debugging are different than what the code is actually executing. That is, if you have made changes to your assembly.
    Also, make sure that you have in the web.config. I don't know if it has any bearing on the page directive, but that's usually what does it for me :)

提交回复
热议问题