PDBs, Windows Services and Debugging
February 2, 2007
I discovered recently that running “installutil.exe” on a executable actually uses references the PDB files of that program. Therefore, if you’re deploying a new version of the service into your test environment you have to call “installutil /u” before you can overwrite the PDB files.
Thanks for a useful tip