-
Notifications
You must be signed in to change notification settings - Fork 723
Description
After installing Visual Studio 2015 Update 2, when I run
git tfs rcheckin
I get the error:
[ERROR] Policy: Internal error in Changeset Comments Policy. Error loading the Changeset Comments Policy policy (The policy assembly Microsoft.TeamFoundation.PowerTools.CheckinPolicies.ChangesetComments, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' is not registered.). Installation instructions: To install this policy, follow the instructions in CheckForComments.cs.
[ERROR] Policy: Internal error in Work Items. Error loading the Work Items policy (The policy assembly 'Microsoft.TeamFoundation.VersionControl.Controls, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' is not registered.). Installation instructions:
No changes checked in.
I'm not sure if it's the right fix but all is now well after I changed versions in paket.dependencies
file:
nuget Microsoft.TeamFoundationServer.Client 14.95.3 framework: >= net45
nuget Microsoft.TeamFoundationServer.ExtendedClient 14.95.3 framework: >= net45