I cannot get rid of this in my VS 2008 web project when debugging. I\'ve checked that it\'s in debug mode on the non-web project in question and it\'s in Active(Debug). De
I get this issue as well, for some reason it's happened 3 or 4 times; I think it must be a Visual Studio 2005 bug/hick up (or at least my installation).
This has worked every time: to fix it I
I'm creating a Windows Service and here's what worked for me:
Greatness has been achieved!
Try disabling "Enable Just My Code" in Tools/Options/Debugging/Options.
Check your build configuration options. Make sure optimizations are turned off and the DEBUG constant is defined.
I too have all these. And I've done all this. It appears this happens to me every time I get a fresh copy of the entire solution out of source control. So if we've done all these, deleted dlls & .pdb files for all references (Assemblies) in the web project, used the clean option on the solution, deleted temp files, closed out VS and reopened, made sure debug mode is selected and set at full and optimations are off, what more is there?!?!?!
The one configuration that worked for me was the following
Project --> (Your Project) Properties --> Debug Tab make sure Configuration is set to Active (Debug) Under "Unable Debuggers", make sure "Enable unmanaged code debugging" is checked