First
With TFS, it's OK to get the latest version of the file before it was deleted, and today we encounter this exception: "TF14446: Unable to check out" $/****/****/**/models.pdb "for editing. Your client or team project is configured to use Get Latest version on checkout, and the latest status of the item is deleted. To remove this file from your workspace, perform a get. To edit this deleted file instead, first suspend the item's undo Delete, and then check out the item. 】
This problem may occur because the check-in exclusion for the PDB was initially not set in TFS, causing the check-in of the PDB invalid file to be removed and the other colleagues getting it in the solution.
Now that the prompt says, "to remove this file from your workspace, perform get." "Then just get the chant!"
the correct get posture is a
Open Source Control Explorer , find the corresponding project, and get the latest version. OK, get it done.
Workarounds for TFS encountering TF14446 errors