Hi Nancy,
Thank you for posting in the community!
First of all, I would like to confirm my understanding of your issue. From
your description, I understand that you need to know how can multiple
developers work on the same application. If there is any misunderstanding,
please feel free to let me know.
I think what you need is Visual Sourcesafe (VSS). VSS is a source controler
that can be integrated into Visual Studio .NET. The VSS server maintains
all the code, while the client machines can all get a copy of that code.
Developers can check in or check out files from the server. Each developer
is actually working on the code which has been get to his own machine, so
if one developer make any error on his codes, the other developers will not
be affected before he check in his error code. VSS can also do version
control. It records all the changes done on one file, so that the file can
be rolled back to a certain version.
For more information about Team Development with Visual Studio .NET and
Visual SourceSafe, please check the following link for reference:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnbda/html/
tdlg_rm.asp
Does this answer your question? If anything is unclear, please feel free to
reply to the post.
Kevin Yu
=======
"This posting is provided "AS IS" with no warranties, and confers no
rights."