Visual Studio 2008 doesn't appear to be loading symbols for MFC dlls when I debug my application. This used to work fine in 2005 - ie. when it loaded the dll it said "Symbols loaded" and can then debug it. In 2008 (having upgraded to MFC 9, so they are different libraries) it doesn't say that it's loaded symbols for the MFC dlls, and later shows it hasn't by not being able to debug into them ("no symbols loaded" in call stack etc).
Is there some sort of setting that has affected this? I assume that it should still be possible with MFC 9.0...
Edit: Okay, so further research indicates that I have some kind of symbols in c:/windows/symbols/dll, but VS says they don't match (and they look about six months older than they should be).