all groups > visual studio .net ide > october 2007 >
You're in the

visual studio .net ide

group:

Multiple Programmers Working on Same Visual Studio 2005 Project


Multiple Programmers Working on Same Visual Studio 2005 Project Simon Anderson
10/31/2007 12:00:00 AM
visual studio .net ide:
Hi there,

We have run into a problem where two programmers want to work on the same
project (different forms) at the same time from a network share.

First Programmer opens the project and all is fine,

Second Programmer opens the project and is ground to a halt, clicking on
things in visual studio takes about 5 seconds per click and it is not
practical,

Does anyone know of a way this can be achieved, due to the fact that there
is only two of us and we sit side by side we can visually make sure we are
not editing the same form, are there some settings we need to enable /
disable?

We are both using Visual Studio 2005 SP1

Regards

Simon Anderson
Software Developer
Newline Computing
Re: Multiple Programmers Working on Same Visual Studio 2005 Project Rory Becker
10/31/2007 12:00:00 AM
Google for "Source Control" and IMHO "Subversion"

Sourcecontrol allows you to get copies of the code which you edit locally
You can then Check these changes into a central repository where they are
merged with said repository.

This typically allows you to make mistakes and resolve them locally without
getting in the way of the other developers on your team.

--
Rory

Re: Multiple Programmers Working on Same Visual Studio 2005 Project Jeff Johnson
10/31/2007 12:00:00 AM
[quoted text, click to view]

Please do not crosspost .NET questions to non-.NET groups. The *.vb.* groups
are for VB6 and earlier.

Re: Multiple Programmers Working on Same Visual Studio 2005 Project Ken Halter
10/31/2007 6:53:53 AM
[quoted text, click to view]

Then.... you'll want to remove "vb.general.discussion" from your crosspost
list. All groups on the ms server that start with "microsoft.public.vb" are
here to support pre-dotNet versions of VB.

--
Ken Halter - MS-MVP-VB - Please keep all discussions in the groups..
In Loving Memory - http://www.vbsight.com/Remembrance.htm

AddThis Social Bookmark Button