winforms - TFS automatically checks out a windows form when the form is opened in VS2010 -


i have vs2010 winforms project several forms , user controls, integrated tfs. every time open 1 of forms in designer, checks out , acts changes have been made, though none have. happens working project, , happens 1 particular form. have idea causing this?

i think winforms designer regenerates form.designer.cs file whenever open it, causing checkout. of course file doesn't end different code, got rewritten again.

also, if have code in constructor, run designer. maybe code is setting property on control (but not new value) causes designer want regenerate file.


Comments

Popular posts from this blog

c# - how to write client side events functions for the combobox items -

exception - Python, pyPdf OCR error: pyPdf.utils.PdfReadError: EOF marker not found -