在编译我的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.
此外,我尝试了以下解决方案,但它不适合我: