【发布时间】: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