Comments
2 comments
-
Hi @gholbrook_icumed
I've come across this issue a few times and the solution is installing the TFS powertools, therefore you will need to install VS 2015.
Here's the installer for that: https://marketplace.visualstudio.com/items?itemName=TFSPowerToolsTeam.MicrosoftVisualStudioTeamFoundationServer2015Power
-
Hi,
SQL Server Management Studio 19.3.4.0Visual Studio Enterprise 2019 16.11.34
SQL Source Control Version 7.7.10.18663
Error:This commit doesn't meet the server's policy requirements, or the policy isn't configured on your machine. The server returned the following:Internal error in Arbeitselemente. Error loading the Arbeitselemente policy (The policy assembly 'Microsoft.TeamFoundation.VersionControl.Controls, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' is not registered.).
I will get the same Error while commiting some databasechanges. Installing the Microsoft Visual Studio Team Foundation Server 2015 Power Tools doesn't help me. Are there any other suggestions to fix the error?
Thanks!
Steffen
Add comment
Please sign in to leave a comment.
I have tried the update to set the RedGate_SQLSourceControl_Engine_EngineOptions.xml file by inserting this:
<TeamFoundationServerDllOverride>TfsExtendedClient</TeamFoundationServerDllOverride>
I still get the same error.
And yes, #IgnorePolicies works, but then my User Stories will not get updated, right?
So what do I do?