Reputation: 6442
I've gone to Team-->Connect and tried to enter the details for the TFS on the CddePlex site:
Then it asks for the user name and password - which I assume is something like
[email protected] + my codeplex password.
But is doesn't let me sign in?
What assumption is making an ass of me?
Upvotes: 11
Views: 5972
Reputation: 5276
This worked !
Register here to obtain acccount https://inventory.codeplex.com/site/register
Then concatente your usernme like so in the visual studio sign in
snd\username_cp
Upvotes: -1
Reputation: 61
I blogged about this subject using vs2010 http://lajak.wordpress.com/2011/02/10/how-to-use-team-explorer-with-codeplex/
Upvotes: 6
Reputation: 49482
brickner's answer is correct. (snd\username_cp)
You can see the instructions to connect by clicking on the project's Source Code tab. Then on the right, click on the appropriate link under "Source Control Setup". This includes instructions for Visual Studio Team Explorer, Subversion and various other source control clients.
Upvotes: 3
Reputation: 6585
Your username is probably
snd\username_cp
Replace username with your username
Upvotes: 15