2014年1月27日 星期一

How To Solve The Link Fatal Error lnk1201 error writing to program database pdb

When Visual Studio 2003 run on Window 7, it occur the following error every time when compile finish:

 Link Fatal error lnk1201 error writing to program database
After survey the solutions on internet,  all the problems point to it's a bug to Visual Studio 2003 on Windows 7. Windows 7 did not delete the .pdb after compile finish last time. You might disable the pdb debugger feature to fix this issue, but it is stupid. All the things we should do is free the file .pdb manually.

Unlocker.exe "$(TargetDir)$(ProjectName).pdb" /S







沒有留言:

張貼留言