【问题标题】:ERRO LNK 1201 in Visual Studio 2005Visual Studio 2005 中的错误 LNK1201
【发布时间】:2017-10-15 12:24:06
【问题描述】:

我一直在尝试在我的 Windows 10 上调试 Visual Studio 中的程序,但出现以下消息:

Error 1  fatal error LNK1201: error writing to program database 'C:\Users\Usu rio\Documents\Visual Studio 2005\Projects\Console3\Console3\debug\console3.pdb'; check for insufficient disk space, invalid path, or insufficient privilege

我能做什么?

【问题讨论】:

  • 禁用已安装的反恶意软件产品,然后重试。
  • 我没有这样的产品或找不到。
  • 解决方案在this question接受的答案中描述。

标签: visual-studio


【解决方案1】:

您可以尝试以下步骤:

  1. Build 菜单中,选择Clean Solution。它将清除所有调试符号和程序调试信息。

  2. 然后从同一菜单中选择Rebuild Solution。它将重建解决方案,从新的 PDB 开始。

【讨论】:

  • 感谢您的回答,但我执行了此步骤,错误仍然存​​在。
猜你喜欢
  • 2011-06-21
  • 2023-03-12
  • 1970-01-01
  • 1970-01-01
  • 1970-01-01
  • 2011-08-26
  • 1970-01-01
  • 2010-10-12
  • 2010-11-05
相关资源
最近更新 更多