When I edit the code I would like the cs file is became checked out automatically. In the Tools -> Option -> Source Control -> Enviroment in the On Edit there is Check out automatically but it does not work. Some help?
You need to ensure the files are read-only, or VS won't be able to tell that they are version controlled (or, at least that's what it uses to determine it). You can tell VSS to set itself up so getting the latest version places the files RW on disk.
There may be other problems here, but that's what comes to mind first.
Update: Read only possible reasons: Possible problems:
Hope this will helps you.
Thanks