The Artima Developer Community
Sponsored Link

.NET Buzz Forum
3) Successful Team Project -- FINALLY!

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Jason Nadal

Posts: 184
Nickname: jnadal
Registered: Dec, 2003

Jason Nadal is an asp.net developer, dabbling in winforms from time to time.
3) Successful Team Project -- FINALLY! Posted: Apr 25, 2005 5:23 PM
Reply to this message Reply

This post originated from an RSS feed registered with .NET Buzz by Jason Nadal.
Original Post: 3) Successful Team Project -- FINALLY!
Feed Title: Jason Nadal
Feed URL: http://www.asp.net/err404.htm?aspxerrorpath=/jnadal/Rss.aspx
Feed Description: Restless C#ding
Latest .NET Buzz Posts
Latest .NET Buzz Posts by Jason Nadal
Latest Posts From Jason Nadal

Advertisement

Well, after more tries than I can count, I have finally successfully created a Visual Studio Team Project.

I had installed on one virtual pc serving as the server and domain controller Team Foundation Server, and a second virtual pc serving as the Client Team Suite, as well as a member pc on the domain of the other virtual machine.

What I didn't realize was:
 * Promote the server to domain controller BEFORE anything else.
 * Install sharepoint services 2 AFTER installing SQL 2005 April CTP.
 * Don't forget that a FQDN will look out on the net for your domain controller before it scans the local net.

  This one was rough -- my domain pc was called merlin2003.devnet.jnadal.com and my static ip on a virutal-lan called "Devnet" was 10.237.0.17.  However it was always resolving to the name of my real host: jnadal.com since that was the domain of the FQDN for my Domain Controller.

  To fix this, you can add an entry to the hosts file, but only if the current user (I was a domain user), was an administrator on the MACHINE (not just the domain) which was pinging merlin2003 (the DC). Once you log on as a machine admin, you can add the hosts entry, and then Team Suite can create a project.

My main gripe with team system, and the one that's costed me the most time so far is that even if you add a Team Foundation Server by ip address within Visual Studio, it will still ping out to the web services for project creation / report creation (Rosetta) / Source Control Creation (Currituck?) etc. by machine name, rather than ip.

=====================================================================

Possible Solutions (These links helped me after some googling):


Read: 3) Successful Team Project -- FINALLY!

Topic: Consultants versus Contractors / Consultancies versus Recruiters Previous Topic   Next Topic Topic: Changing Pocket PC Language

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use