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
|
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 |
|||
|
|
Check the file attributes (right-click and select Properties in windows explorer) Make sure you're not having the Read-only flag set.
|
||||
|
|
|
You may also check the localization property. Maybe you added an unwanted localized clone of this form. |
|||
|
|