My Excel AddIn was targeted to .NET 35 SP1, I just changed it to target .NET 4. Now I am not able to debug b/c breakpoints never get stopped. I can set breakpoints, but debugger never stops at any breakpoint. I check that all projects are in Debug configuration. thanks
Share
I assume because it is an Add In, that you are attaching to the process, rather than the run/debug method?
If this is true, and you are attaching to the process make sure that you are attaching using Managed (v4.0), instead of Managed (v2.0, v1.1, v1.0). Debug->Attach to Process->Attach to: