debugging information cannot be found or does not match visual studio's
Posted
by numerical25
on Stack Overflow
See other posts from Stack Overflow
or by numerical25
Published on 2010-02-24T00:36:37Z
Indexed on
2010/05/13
19:24 UTC
Read the original article
Hit count: 514
I copied an existing project and renamed the folder. Now I get this error when I try to compile the application
debugging information cannot be found or does not match. No symbols loaded.
Do you want to continue debugging ?
If I click yes, it compiles and runs fine. But now I have to deal with that message. Just curious about what i change in the projects properties to get it to stop.
© Stack Overflow or respective owner