I have followed the instructions on this page on how to debug an add-in project and I've failed to do it. Upon selecting F5 Start debugging another Visual Studio opens but it will not break on my breakpoint no matter where I put one.
Any advice?
|
I have followed the instructions on this page on how to debug an add-in project and I've failed to do it. Upon selecting F5 Start debugging another Visual Studio opens but it will not break on my breakpoint no matter where I put one. Any advice? |
|||||||||||
|
|
I had this same problem myself last week when I was moving an add-in from Visual Studio 2008 to 2010. There is a known issue where you won't hit breakpoints if your add-in is built against a version of the .Net framework before 4.0. For me, changing to 4.0 fixed this problem. Another thing to try is running |
||||
|
|