VS.Net 2005的问题
在VS.Net 2005上对Form进行多语言对应时,改变Form.Language属性时报错,
Property value is Valid
Code generation for property 'Text' failed. Error was: 'A file or folder with the name 'Form1.zh-CHS.resx' already exists. Please give a unique name to the item you are adding, or delete the existing item first.'
确定文件Form1.zh-CHS.resx是不存在的。
出错后,我添加一个.cs文件也会报文件已经存在的错误。
我重新更新了一下VS.net也有同样问题。
大家有碰到过这个问题吗,是怎么回事啊?