Lost ability to step into referenced DLLs via Debug mode??

  • Thread starter Thread starter Rob R. Ainscough
  • Start date Start date
R

Rob R. Ainscough

I ran a clean solution on my set of core assemblies (DLLs) and rebuild --
now my windows forms application can no longer "step into" my core DLL
references via Debug mode?

Any suggestions? I don't even have an option to set compile to
Debug/Release in my core assemblies any more? What the hell did Clean
Solution do?

Thanks, Rob.
 
Found my problem, don't know how or why this entry got changed:

In VS 2005 -- Tools | Options | Projects and Solutions - check "Show
Advanced Build Configurations".

Not sure why "Clean Solution" would uncheck this setting?? But it does on
my system.

Rob.
 
Back
Top