It has been a week since this has started happening. Whenever I try to check in my code in Visual Studio 2012 I get the following from TFS 2013.
I've not made any changes to my Visual Studio, and no one else on the team is getting this error.
I'm confused as to the cause of the issue, what can I do to diagnose why this is happening?
I got similar issue. It got resolved by closing the visual studio and opening it again.
For anyone using VS2017
:
I was able to resolve by clearing the contents of the cache folder first:
C:\Users\UserName\AppData\Local\Microsoft\Team Foundation\7.0\Cache
Restart and Run As Admin
and it should be resolved.
Do you have the applicable updates for VS2012 to connect to VS2013?
According to Compatibility between Team Foundation clients and Team Foundation Server, under TFS 2013 client support for VS2012:
Requires latest Visual Studio 2012 update. Supports Git with Visual Studio Tools for Git extension.
The latest VS2012 update is Update 4.
I had the same error message when I tried to annotate a field with RegularExpression data annotation and the error message I tried to get from Resources didn't exist (a merge issue).
[RegularExpression(@"^-?\d{1,3}([.,]\d+)?$",
ErrorMessageResourceType=typeof(Resources.Template),
ErrorMessageResourceName="latitude_incorrect")]
public Nullable<decimal> Latitude { get; set; }
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With