【发布时间】:2013-01-31 03:34:30
【问题描述】:
在编译我的 Visual Studio C# 项目时,我收到以下错误:
The item "obj\Debug\SampleProject.Forms.MDIMain.resources" was specified more than once in the "Resources" parameter. Duplicate items are not supported by the "Resources" parameter.
但是我在互联网上搜索了很多,但没有一个解决方案对我有用。
我尝试删除表单并将其重新添加到项目中,但它对我不起作用。
我只有一个resx 文件。
我正在使用 VS 2010。
另外,我尝试了以下解决方案,但对我不起作用:
【问题讨论】:
标签: c# vb.net visual-studio-2010 resources resx