开发者

In Visual Studio I keep getting two copies of FormMain.cs and one contains old edits, why?

开发者 https://www.devze.com 2022-12-12 18:31 出处:网络
In Visual Studio 2008 I keep getting two copies of my FormMain.cs file, one contains old edits, I\'ve reb开发者_运维问答uilt the project and the solution but this doesn\'t fix it, what is the problem?

In Visual Studio 2008 I keep getting two copies of my FormMain.cs file, one contains old edits, I've reb开发者_运维问答uilt the project and the solution but this doesn't fix it, what is the problem?

Thanks


Check the file attributes (right-click and select Properties in windows explorer)

Make sure you're not having the Read-only flag set.

alt text http://chakrit.net/files/stackoverflow/readonly.png


You may also check the localization property. Maybe you added an unwanted localized clone of this form.

0

精彩评论

暂无评论...
验证码 换一张
取 消