views:

23

answers:

2

Hi All,

In Visual Studio 2008 I keep getting two copies of my FormMain.cs file, one contains old edits, I've rebuilt the project and the solution but this doesn't fix it, what is the problem?

Thanks

A: 

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

chakrit
Thanks chakrit that was it.
Jade M
A: 

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

zoidbeck