page 1 of 1
Comments: 4 | Views: 1538
PeterF
PeterF
Early Adopter
Added my 5 points to it (Y)
Minh
Minh
WOOH! WOOH!
Is it a good idea for different team members using different version of Visual Studio on the same project / solution?
evildictaitor
evildictaitor
if( !succeed( try() ) ) { while(true) try(); }
Minh wrote:
Is it a good idea for different team members using different version of Visual Studio on the same project / solution?


If at all possible, make sure your team are using the same Visual Studio edition on the same OS - it makes testing coding and minor bugs much more of an issue if you don't.
I don't feel this is quite a problem, as we usually don't save solution files to SourceControl. Our team divides in HK and China, and both offices are on different subnet (Intensionally seperated by ISA and China office team member cannot surf web other than pre-approved websites). Although we use the same server for VSS database, we access it through different IPs. If we add the whole solution to the sourcesafe, each time when we open the solution file, it complains the VSS server does not exist (because it's on the other end of network).

But if the project file is not compatible, that'd be a problem.

page 1 of 1
Comments: 4 | Views: 1538
Microsoft Communities