3

Yesterday I created a new project in Codeplex. I created a connection from Visual Studio to the TFS server I was assigned and uploaded my solution successfully. Today I'm trying to connect again to the Codeplex TFS server to work on the solution. When I try to open it, I get the error:

Team Foundation Server https://tfs06.codeplex.com/ does not exist or is not accessible at this time.

The remote server returned an error: (407) Proxy Authentication Required.

The corporate environment I'm using does use proxy authentication but this wasn't an issue yesterday. Any ideas on why it worked then and how to make it work now?

Alex Angas
  • 59,219
  • 41
  • 137
  • 210

2 Answers2

5

Do you want to try refreshing the start page in Visual Studio (View, Other Windows, Start Page)? Sounds bizarre but the following forum post suggest that this might work...

http://social.msdn.microsoft.com/Forums/en-US/tfssetup/thread/c46afd34-09ea-4505-a34e-b378cb35138d

Martin Woodward
  • 11,770
  • 31
  • 45
  • Saw that but I have the Start Page turned off. Hmmm... maybe this is why! – Alex Angas Jun 17 '09 at 09:56
  • 1
    Possibly - sounds like there is a bug with proxy auth stuff. I'll check to see if it has been fixed. – Martin Woodward Jun 17 '09 at 11:35
  • This also means that one cannot connect using MS Excel – Rudi Apr 16 '10 at 09:00
  • This is not affecting VS 2010. have them installed side-by-side with Start page in both IDEs turned on, and its only happening in VS 2008. – Anonymous Type Feb 09 '12 at 06:03
  • 1
    @AnonymousType It's very likely I was experiencing this problem in VS2008. Unfortunately I didn't put that detail in the question! – Alex Angas Feb 10 '12 at 00:24
  • Yes I understand. This problem actually came back interestingly for the user(dev) even after I removed the config option for start page from Tools>Options. I ended up removing one of the SSAS projects because it had circular brackets in the project name - which was causing a Invalid file path error on checkout. – Anonymous Type Feb 13 '12 at 04:12
  • @MartinWoodward This 407 issue still happens with VS2013.2. The "Start Page" workaround helps though. Thanks for this <3. FWIW, this uservoice entry specifically deals with this: https://visualstudio.uservoice.com/forums/121579-visual-studio/suggestions/3608445-make-visual-studio-or-the-tfs-plugin-ask-credent – nulltoken Jul 09 '14 at 10:21
4

Visiting the Start Page (under View, Other Windows, Start Page) as recommended by Martin seems to reset the proxy authentication in some way.

An authentication prompt will then appear by going to Tools, Connect to Team Foundation Server, and selecting the server from the dropdown. Going to File, Source Control, Go Online then reconnects the solution.

Community
  • 1
  • 1
Alex Angas
  • 59,219
  • 41
  • 137
  • 210