How can we help you today? How can we help you today?
Andrew P
Hey Seanwow, Thanks for posting and I apologize for the frustration, I raised this with our devs and they have been helpful in figuring out where the issue lies. We have been working together on this and here is a brief paraphrase of what we have thus far: SOC does support server side TFS 2015, as long as Team Explorer 2013/2012/2010 is installed alongside Source Control on the client machine. It does not support Team Explorer 2015 and currently there are no plans to add support for it. https://documentation.red-gate.com/disp ... e+selected The issue with this instance is that his TFS 2015 instance has a comment policy. Source Control can have issues with policies so he has to use the #ignorepolicies flag every time he commits. There's a more global workaround so you don't have to enter the comment each time- you can add IgnoreTfsPolicies to the engine options file (C:Users%UserName%AppDataLocalRed GateSQL Source Control 4RedGate_SQLSourceControl_Engine_EngineOptions.xml), with a value of True (<IgnoreTfsPolicies> True </IgnoreTfsPolicies>) That's only skirting round the problem though. TFS Policies are interesting to work with. Any policies you wish to use need to be correctly installed on both the server and the client. The error you are getting: The policy assembly 'Microsoft.TeamFoundation.VersionControl.Controls, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' is not registered Suggests it's not installed correctly somewhere. It might be that when you (tried to) connect to 2015, it updated / registered a newer version of that assembly which now stops it working. We tried manually registering the assembly, but it's not one where that seems to work. It seems the same error could occur via VS anyway, again in relation to incompatible versions, so it might be worth it for you to remove and re-add the policy: http://blogs.msdn.com/b/buckh/archive/2 ... olicy.aspx Warm Regards, Andrew Product Support Engineer / comments
Hey Seanwow, Thanks for posting and I apologize for the frustration, I raised this with our devs and they have been helpful in figuring out where the issue lies. We have been working together on th...
0 votes