Monday, January 11, 2016

Error comparing historic versions of a TFS source controlled file

Recently I've been running into this problem all the time. Comparing two files inside Visual Studio only gives me this warning: "Error comparing historic versions of a TFS source controlled file".

Solution is really simple (found it here):

Close Visual Studio
Navigate to your version of the ‘c:\users\{username}\AppData\Local\Temp\’ folder
Delete the TFSTemp folder
Restart Visual Studio and try again.

No comments:

Post a Comment