当前位置:编程学习 > C#/ASP.NET >>

Duplicate items are not supported by the "Resources" parameter错误,重新复制一个窗体,重命名,以及改变类名。。。出现如下问题,怎么解决

Error 243 The item "obj\Debug\M_FJ.FrmQueryAccontInfoReadonly.resources" was specified more than once in the "Resources" parameter.  Duplicate items are not supported by the "Resources" parameter. M_FJ
这个方法已经通过去掉
 <EmbeddedResource Include="FrmQueryAccontInfoReadonly.resx">
      <DependentUpon>FrmQueryAccontInfoReadonly.cs</DependentUpon>
      <SubType>Designer</SubType>
    </EmbeddedResource>
这样出现更多错误,与内容一致的另一窗体一样的声明都出现错误。。。有没有完美解决办法?? --------------------编程问答-------------------- 学习~ --------------------编程问答-------------------- 另存为也不行吗? --------------------编程问答-------------------- 不行,方法试过很多,就是没有一个能够解决的,其实说穿了就是加一个类似的窗体,而里面的资源和原来的大同小异。。 --------------------编程问答-------------------- 和我情况一样啊! --------------------编程问答-------------------- 窗体下对应两个 *.resx 文件,删除一个就可以了
补充:.NET技术 ,  C#
CopyRight © 2012 站长网 编程知识问答 www.zzzyk.com All Rights Reserved
部份技术文章来自网络,