无法在Visual Basic 2010中编译,得到错误

时间:2015-02-10 13:00:23

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

我在运行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]

1 个答案:

答案 0 :(得分:0)

据我所知,error CS0002没有记录。显然它看起来与加载字符串有关,但是很难用它来诊断实际的错误。看起来真的很糟糕。我建议你干净安装.NET框架并从那里开始。 II还可以确保您对%windir%\Temp文件夹具有读写权限。

您可以找到有关同一错误的更多信息 here