I have migrated a project from Visual studio 2008 to Visual Studio 2012. After migration, I am not able to run the application because it is throwing
C:\Program Files\Common Files\microsoft shared\OFFICE14\MSOXMLMF.DLL. Cannot find or open the PDB file. message on the output window and my application is getting aborted.
Can anyone help me out on this?
Run your application with WinDbg
issue the “.reload” command as:
The part between the ** is a path on your system. The command will download the matching symbol files for all loaded modules.