0

I tried to execute my program and a bunch of can't find PDB appeared in the output. So i went to: Tools / Options / Debugging / Symbols and I checked Microsoft Symbol Server. It solved a lot of the PDB issues, but one still remains.

'Lab3Serveur_A2012.exe' (Win32) : Chargé 'C:\Program Files (x86)\Common Files\microsoft shared\Windows Live\WLIDNSP.DLL'. Impossible de trouver ou d'ouvrir le fichier PDB.

I dont know what to do... i went to see if the file WLIDNSP.DLL was in the folder and it was... any ideas?

zoum26
  • 124
  • 1
  • 2
  • 12
  • I think it's saying it cannot find a PDB that corresponds to that DLL: Microsoft might just not publish one. – Rup Nov 26 '14 at 17:18
  • But the project was working as is on another computer, how can i make it work on mine? – zoum26 Nov 26 '14 at 17:20
  • A missing PDB won't stop it working? You can try looking in the symbol cache (used to be in c:\windows\symbols, not sure if it still is) on the other machine to find the PDB and copy it over if it's no longer up for download, provided that is you have the exact same DLL binary on both machines. – Rup Nov 26 '14 at 17:25
  • 3
    This is entirely normal. And no, you don't *really* want to debug an injected Windows Live DLL. Focus on debugging **your** code. – Hans Passant Nov 26 '14 at 17:27

0 Answers0