I have a project with multiple references to my own code in other dlls. One of the dlls loads its pdb file when I run the website, and the other doesn't.
From Output I see this:
LOTS_OF_TEXT\Shared.BusinessLayer.DLL'
LOTS_OF_TEXT\Shared.Visual.Utilities.DLL', Symbols loaded.
I double checked and they both have the corresponding pdb file in that "LOTS_OF_TEXT" location...but one of them loads the Symbols (and allows debugging) but the other doesn't.
Why? How do I get the Shared.BusinessLayer.DLL to load Symbols so I can debug it?
EDIT
For reference sake, I have Belvedere copying the pdb files to /AppData/Local/Temp/SymbolCache when they change...which is where my Debugging settings tell Visual Studio to look for Symbols.