I have installed VS 2012 , but i have VS 2010 also. After I open VS 2010 projects with VS 2012 and click "update", but while i debug it ,there is a error message:
LINK : fatal error LNK1207: incompatible PDB format in ‘C:\Users\Admir\Documents\Visual Studio 2010\Projects\nr.fjaleve.while\Debug\nr.fjaleve.while.pdb‘; delete and rebuild.
What can I do to solve this?
Hi verify,
It seems that it is not the VS debug issue.
LINK : fatal error LNK1207: incompatible PDB format in ‘C:\Users\Admir\Documents\Visual Studio 2010\Projects\nr.fjaleve.while\Debug\nr.fjaleve.while.pdb‘; delete and rebuild.
Please Clean and Rebuild your app under “Build” menu, check it again. If still no help, maybe you could delete it manually, and then rebuild it again. Hope it could help.
Reference:
Best Regards,