Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

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

share|improve this question
Your "getting" it how? – Joe Philllips Nov 30 '09 at 23:40

2 Answers

up vote 0 down vote accepted

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

share|improve this answer
Thanks chakrit that was it. – Jade M Dec 1 '09 at 0:12

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

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.