Sounds like the executables and symbol tables are out of synch. Check the stamp on the pdb file and the exe you're compiling. They should match. If not, delete the exe\dll and pdb's and rebuild.
(Assuming you are compiling a debug build not a release build <g>)
|