Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 325445
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 12, 20262026-05-12T09:13:03+00:00 2026-05-12T09:13:03+00:00

I’m developing in Visual Studio 2005, using TFS as the source control. Whenever I

  • 0

I’m developing in Visual Studio 2005, using TFS as the source control. Whenever I haven’t been working on the solution for a while, I always do a recursive Get Latest in Solution Explorer.

However, this doesn’t always seem to work. If I know I don’t have the latest version of a file, even right-clicking this (in Solution Explorer), choosing Get Specific Version and ticking the “Force get” box doesn’t work.

I seem to need to open up the TFS Source Control window, and there force a Get of the file in question.

Also, the Solution Explorer often has the little “checked out to someone else” icon next to files, but when I check in Source Control, they’re not checked out at all!

I’d just like to know if these problems are widespread, whether they persist in VS2008 (I haven’t used TFS for a big project in 2008 yet), and if there are any fixes or workarounds.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-12T09:13:03+00:00Added an answer on May 12, 2026 at 9:13 am

    1) I would not make a habit out of Get Latest from Solution Explorer. Even if it always worked 100% bug free, it is far slower and less reliable than doing it from the command line or Source Control Explorer. SlnExp has to crawl your whole project structure and issue non-recursive calls…pseudo algorithm:

    parse sln file
    foreach project in sln
        TFS_GET makefile
        parse makefile
        enumerate sourcefiles[]
        TFS_GET sourcefiles[]
    loop
    

    SCE requires no parsing and issues one single recursive webservice call. In addition to the performance gain, this is much safer:

    (a) Build-time dependencies aren’t always part of a project’s file list. Executable tools, 3rd party assemblies, and deployment scripts are all common examples. SCE will download them, SlnExp won’t.

    (b) Scoping Get calls down to specific files won’t yield the expected result when a file is renamed or moved. At best, the “old” name is deleted from disk; at worst, nothing appears to happen at all. (this may be the cause of the bug you reported) In order for a file to truly be renamed/moved in sync with the server, the old & new paths must both be inside the scope of the Get.

    2) There have been many bug fixes to the SlnExp “glyphs” over the years. I won’t claim that VS2008 SP1 is perfect in this regard but it is definitely improved.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Ask A Question

Stats

  • Questions 184k
  • Answers 184k
  • Best Answers 0
  • User 1
  • Popular
  • Answers
  • Editorial Team

    How to approach applying for a job at a company ...

    • 7 Answers
  • Editorial Team

    What is a programmer’s life like?

    • 5 Answers
  • Editorial Team

    How to handle personal stress caused by utterly incompetent and ...

    • 5 Answers
  • Editorial Team
    Editorial Team added an answer Someone put it better than I could ever say it:… May 12, 2026 at 4:53 pm
  • Editorial Team
    Editorial Team added an answer See google code for the full repository of downloads (from… May 12, 2026 at 4:53 pm
  • Editorial Team
    Editorial Team added an answer If you add filed to the Support Files/Billboards section of… May 12, 2026 at 4:53 pm

Related Questions

I'm trying to decode HTML entries from here NYTimes.com and I cannot figure out
I ran into a problem. Wrote the following code snippet: teksti = teksti.Trim() teksti
In order to apply a triggered animation to all ToolTip s in my app,
I have a French site that I want to parse, but am running into
I have text I am displaying in SIlverlight that is coming from a CMS

Trending Tags

analytics british company computer developers django employee employer english facebook french google interview javascript language life php programmer programs salary

Top Members

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.