Hey,
how can I register a custom check-in policy for VS2010/TFS2010?
For 2008 it was the following path: HKEY_LOCAL_MACHINE\Software\Microsoft\VisualStudio\8.0\TeamFoundation\SourceControl\Checkin Policies
But for 2010 the path ends after "TeamFoundation", even though I should already have some registered policies from the Power Tools.
I was only able to find this MSDN Blog: http://goo.gl/PB8d - But there he only shows how to register with the VSIX pkgdef file (which doesn't work completly for me). I am able to add the policy in VS2010, but I get an "assembly not registered" error if I try it: http://goo.gl/KUsH
Any ideas?