【问题标题】:Can't compile in Visual Basic 2010, get an error无法在 Visual Basic 2010 中编译,出现错误
【发布时间】:2023-04-10 11:08:01
【问题描述】:

我在运行 Windows XP 的计算机上使用 Visual Basic 2010 Express 编写了一个程序。

它编译并正确运行,但后来我“释放”了它

发布失败,现在,每次我尝试编译时,都会收到此错误:

Error   1   Unable to write manifest 'obj\x86\Debug\[PROJECTNAME].exe.manifest'. Unable to generate a temporary class (result=1).
error CS0002: Unable to load message string from resources.
error CS0002: Unable to load message string from resources.
error CS0002: Unable to load message string from resources.
error CS0002: Unable to load message string from resources.
error CS0002: Unable to load message string from resources.
error CS0002: Unable to load message string from resources.
error CS0002: Unable to load message string from resources.
error CS0002: Unable to load message string from resources.
error CS0002: Unable to load message string from resources.
error CS0002: Unable to load message string from resources.
error CS0002: Unable to load message string from resources.
error CS0002: Unable to load message string from resources.
error CS0002: Unable to load message string from resources.
error CS0002: Unable to load message string from resources.
    [PROJECTNAME]

【问题讨论】:

    标签: vb.net compilation release visual-studio-express


    【解决方案1】:

    据我所知,error CS0002 是无证的。显然它看起来与加载字符串有关,但这很难诊断实际错误。有些东西看起来真的坏了。我建议您全新安装 .NET 框架并从那里开始。 II 还将确保您对 %windir%\Temp 文件夹具有读取和写入权限。

    您可以找到一些您可能会发现对同一错误有用的更多信息 here

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 2015-06-26
      • 2015-06-30
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多