<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="/rss.xsl"?><rss version="2.0"><channel><title>TFSAdmin Forum Rss Feed</title><link>http://www.codeplex.com/Project/ListForums.aspx?ProjectName=TFSAdmin</link><description>TFSAdmin Forum Rss Description</description><item><title>New Post: Does this tool support SharePoint 2013?</title><link>http://tfsadmin.codeplex.com/discussions/434002</link><description>&lt;div style="line-height: normal;"&gt;Hi Leo &lt;br /&gt;
Please note that SP2013 still supports Classic authentication, but you can only configure it through PowerShell, not from the UI.&lt;br /&gt;
For more info abou sp2013 authentication, please refer to &lt;a href="http://technet.microsoft.com/en-us/library/jj219571.aspx" rel="nofollow"&gt;http://technet.microsoft.com/en-us/library/jj219571.aspx&lt;/a&gt;&lt;br /&gt;
&lt;/div&gt;</description><author>mskold</author><pubDate>Sun, 14 Apr 2013 09:11:15 GMT</pubDate><guid isPermaLink="false">New Post: Does this tool support SharePoint 2013? 20130414091115A</guid></item><item><title>New Post: Does this tool support SharePoint 2013?</title><link>http://tfsadmin.codeplex.com/discussions/434002</link><description>&lt;div style="line-height: normal;"&gt;Hi gholliday,&lt;br /&gt;
&lt;br /&gt;
One thing to keep in mind is that it seems that SharePoint 2013 supports ONLY claims-based authentication now. The way to Tool is now, it doesn create a permissions entry in SharePoint for classic-mode (Windows domain) authentication, but that entry doesn't grant the rights to SharePoint that it says (so if you use the Tool to give someone Full Control of a SharePoint portal, there is a classic-mode entry in SharePoint permissions that says &amp;quot;Full Control,&amp;quot; but the user will get denied when they try anything on the portal.)&lt;br /&gt;
&lt;br /&gt;
So I think that for SharePoint 2013, you not only have to support claims-based authentication, but you have to make sure the Tool never tries to grant classic-mode authentication as it does now. This is only for SharePoint 2013 -- TFS 2012 seems to support both modes, as you noted.&lt;br /&gt;
&lt;br /&gt;
What I don't get is, if SharePoint doesn't allow classic-mode authentication anymore, why does it still let the tool create those entries in SharePoint permissions? Probably a bug that Microsoft needs to fix.&lt;br /&gt;
&lt;br /&gt;
Leo&lt;br /&gt;
&lt;/div&gt;</description><author>lgrin7654321</author><pubDate>Sat, 13 Apr 2013 21:55:11 GMT</pubDate><guid isPermaLink="false">New Post: Does this tool support SharePoint 2013? 20130413095511P</guid></item><item><title>New Post: Does this tool support SharePoint 2013?</title><link>http://tfsadmin.codeplex.com/discussions/434002</link><description>&lt;div style="line-height: normal;"&gt;Thanks for the detailed issue report.&lt;br /&gt;
&lt;br /&gt;
I've had confirmation that TFS2012 and SharePoint 2013 in claims-based authentication mode is a supported configuration (* see below), so we'll make sure support for claims-based identities gets added to the TFSAdmin tool in a future release.&lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;
The TFS docs for sharepoint say that “NTLM is the recommended authentication”, but don't explicitly rule-out claims-based authentication.&lt;br /&gt;
&lt;a href="http://msdn.microsoft.com/en-us/library/vstudio/dd578615.aspx" rel="nofollow"&gt;http://msdn.microsoft.com/en-us/library/vstudio/dd578615.aspx&lt;/a&gt;&lt;br /&gt;
&lt;a href="http://msdn.microsoft.com/en-us/library/vstudio/hh667648.aspx" rel="nofollow"&gt;http://msdn.microsoft.com/en-us/library/vstudio/hh667648.aspx&lt;/a&gt;&lt;br /&gt;
&lt;/li&gt;
&lt;/ul&gt;
The TFS / Project Server Integration docs explicitly call it out as not supported, but it’s not clear whether that applies ONLY when integrating with TFS/Project Server&lt;br /&gt;
&lt;a href="http://msdn.microsoft.com/en-us/library/vstudio/hh674251.aspx" rel="nofollow"&gt;http://msdn.microsoft.com/en-us/library/vstudio/hh674251.aspx&lt;/a&gt;&lt;br /&gt;
&lt;/div&gt;</description><author>gholliday</author><pubDate>Tue, 09 Apr 2013 23:46:38 GMT</pubDate><guid isPermaLink="false">New Post: Does this tool support SharePoint 2013? 20130409114638P</guid></item><item><title>New Post: Does this tool support SharePoint 2013?</title><link>http://tfsadmin.codeplex.com/discussions/434002</link><description>&lt;div style="line-height: normal;"&gt;Hi tjanders,&lt;br /&gt;
&lt;br /&gt;
We were also having this issue, so I did some research. &lt;br /&gt;
&lt;br /&gt;
Turns out that SharePoint 2013 only supports Claims-based authentication (the &amp;quot;i:0#.w|&amp;quot; prefix denotes this mode of authentication). So only by granting rights directly in SharePoint (and verifying that you have the &amp;quot;i:0#.w|&amp;quot; prefix) can you get the new rights to work.&lt;br /&gt;
&lt;br /&gt;
The TFS Administration Tool, on the other hand, grants rights using Classic mode Authentication (windows domain\user), which has been deprecated in SharePoint 2013. So until the Tool is updated to administer SharePoint rights using claims-based authentication, it won't work for SharePoint 2013 (and furthermore, you'll have duplicate entries for users in SharePoint permissions, one entry being for Claims-based authentication, and another for Classic mode authentication).&lt;br /&gt;
&lt;br /&gt;
Here are some links that help explain this:&lt;br /&gt;
&lt;br /&gt;
&lt;a href="http://sharepointengineer.blogspot.com/2012/10/i0w-claims-or-classic-authentication.html#!/2012/10/i0w-claims-or-classic-authentication.html" rel="nofollow"&gt;http://sharepointengineer.blogspot.com/2012/10/i0w-claims-or-classic-authentication.html#!/2012/10/i0w-claims-or-classic-authentication.html&lt;/a&gt;&lt;br /&gt;
(explains the meaning of the &amp;quot;i:0#.w|&amp;quot; prefix.)&lt;br /&gt;
&lt;br /&gt;
&lt;a href="http://technet.microsoft.com/en-us/library/jj906556.aspx" rel="nofollow"&gt;http://technet.microsoft.com/en-us/library/jj906556.aspx&lt;/a&gt;&lt;br /&gt;
Key line: “The most common reason for failed authorization when you are using Security Assertion Markup Language (SAML) claims-based authentication is that the permissions were assigned to a user's Windows-based account (domain\user) instead of the user's SAML identity claim.”&lt;br /&gt;
&lt;br /&gt;
&lt;a href="http://extreme-sharepoint.com/2013/03/07/claims-based-authentication/" rel="nofollow"&gt;http://extreme-sharepoint.com/2013/03/07/claims-based-authentication/&lt;/a&gt;&lt;br /&gt;
Key text: The latest version of SharePoint – SP 2013 – supports only Claims based Authentication. From Central Admin, when you create a web application, you can only specify authentication types and methods for claims-based authentication ( See below screenshot). [Note: Windows Classic mode authentication is deprecated in SharePoint 2013 and can be configured through Windows PowerShell only if needed. However, it is not recommended practice. ]&lt;br /&gt;
&lt;br /&gt;
Hope this helps.&lt;br /&gt;
&lt;br /&gt;
Leo&lt;br /&gt;
&lt;/div&gt;</description><author>lgrin7654321</author><pubDate>Tue, 09 Apr 2013 00:15:12 GMT</pubDate><guid isPermaLink="false">New Post: Does this tool support SharePoint 2013? 20130409121512A</guid></item><item><title>New Post: Does this tool support SharePoint 2013?</title><link>http://tfsadmin.codeplex.com/discussions/434002</link><description>&lt;div style="line-height: normal;"&gt;We are currently running TFS 2012 with SharePoint 2013 database version 15.0.4420.1017. When using the TFS Admin Tool version 2.2 to grant SharePoint permissions, the permissions do not work properly after they are committed. The users are added to the SharePoint portal site with the permissions specified in the TFS Admin Tool, but the user permissions are not respected by SharePoint. In other words, the users are listed in SharePoint Site Permissions with &amp;quot;Full Control&amp;quot;, but running &amp;quot;Check Permissions&amp;quot; for that user results in &amp;quot;None&amp;quot;. The users added by the TFS Admin Tool have the account format &amp;lt;Domain&amp;gt;\&amp;lt;UserName&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
Granting the permissions directly from the Site Permissions page in SharePoint allows the permissions to work, but creates a second user of the same name with a different account. The users created by SharePoint have the account format i:0#.w|&amp;lt;Domain&amp;gt;\&amp;lt;UserName&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
What is the &amp;quot;i:0#.w|&amp;quot; prefix added by SharePoint, and is this a bug in the TFS Admin Tool for not adding the same thing, or some quirk about SharePoint I don't fully understand?&lt;br /&gt;
&lt;/div&gt;</description><author>tjanders</author><pubDate>Thu, 21 Feb 2013 18:03:16 GMT</pubDate><guid isPermaLink="false">New Post: Does this tool support SharePoint 2013? 20130221060316P</guid></item><item><title>New Post: Can't connect to sharepoint site</title><link>http://tfsadmin.codeplex.com/discussions/406587</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;Looks like it could be a caching issue.&lt;/p&gt;
&lt;p&gt;Try closing all copies of VS, Excel and anything else that uses the TFS OM on your machine. Then delete the following directory: %localappdata%\Microsoft\Team Foundation\&lt;/p&gt;
&lt;p&gt;This will delete the local cache of registration data, and force the TFS Admin tool to get new data.&lt;/p&gt;
&lt;p&gt;(According to this thread &lt;a href="http://tfsadmin.codeplex.com/discussions/208827"&gt;
http://tfsadmin.codeplex.com/discussions/208827&lt;/a&gt;)&lt;/p&gt;
&lt;/div&gt;</description><author>gholliday</author><pubDate>Thu, 13 Dec 2012 04:42:09 GMT</pubDate><guid isPermaLink="false">New Post: Can't connect to sharepoint site 20121213044209A</guid></item><item><title>New Post: Can't connect to sharepoint site</title><link>http://tfsadmin.codeplex.com/discussions/406587</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;I'm getting a lot of problems with the tool coming back and saying there is no sharepoint site associated with a team project when there clearly is (i.e. you can select Project Portal from Team Explorer and it opens up just fine).&lt;/p&gt;
&lt;/div&gt;</description><author>jefflevinson</author><pubDate>Wed, 12 Dec 2012 23:31:38 GMT</pubDate><guid isPermaLink="false">New Post: Can't connect to sharepoint site 20121212113138P</guid></item><item><title>New Post: Migrating User Accounts from one to domain to another domain</title><link>http://tfsadmin.codeplex.com/discussions/352750</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;Did you happen to find a way to migrate your SSRS users?&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Thanks, Christopher&lt;/p&gt;
&lt;/div&gt;</description><author>montch</author><pubDate>Fri, 30 Nov 2012 20:14:37 GMT</pubDate><guid isPermaLink="false">New Post: Migrating User Accounts from one to domain to another domain 20121130081437P</guid></item><item><title>New Post: TFS admin tool 2.1 compatibility with tfs 2012</title><link>http://tfsadmin.codeplex.com/discussions/359424</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;I've just released v2.2 which supports installing on a machine with Team Explorer 2012 and working against a TFS2012 server.&lt;/p&gt;
&lt;p&gt;&lt;a href="http://tfsadmin.codeplex.com/releases/view/98222"&gt;http://tfsadmin.codeplex.com/releases/view/98222&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt;</description><author>gholliday</author><pubDate>Sun, 25 Nov 2012 01:38:57 GMT</pubDate><guid isPermaLink="false">New Post: TFS admin tool 2.1 compatibility with tfs 2012 20121125013857A</guid></item><item><title>New Post: Update for TFS 2012?</title><link>http://tfsadmin.codeplex.com/discussions/400796</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;I've just released v2.2 which adds support for TFS2012.&lt;/p&gt;
&lt;p&gt;&lt;a href="http://tfsadmin.codeplex.com/releases/view/98222"&gt;http://tfsadmin.codeplex.com/releases/view/98222&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt;</description><author>gholliday</author><pubDate>Sun, 25 Nov 2012 01:38:05 GMT</pubDate><guid isPermaLink="false">New Post: Update for TFS 2012? 20121125013805A</guid></item><item><title>New Post: Unable to Commit SharePoint Changes</title><link>http://tfsadmin.codeplex.com/discussions/399446</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;Ok, I figured this one out. &amp;nbsp;It had to do with how permissions were being managed by individual&amp;nbsp;SharePoint&amp;nbsp;project portals. It worked for some of my projects and not others. &amp;nbsp;I thought something changed that fixed it, but oh no. Some of my&amp;nbsp;SharePoint&amp;nbsp;project
 have permissions&amp;nbsp;managed&amp;nbsp;at the parent level and inherit. &amp;nbsp;This tool does not like that. &amp;nbsp;You can remove the&amp;nbsp;inheritance&amp;nbsp;by going to the Visual Studio Team Explorer. Right click and select &amp;quot;Show project portal&amp;quot;. &amp;nbsp;Go all the way to the right and select site-actions-&amp;gt;
 site-settings. &amp;nbsp;In advance permission, select action-&amp;gt; edit permissions. It will throw up a dialog warning about changing permissions. &amp;nbsp;In my case I could ignore. Judge for yourself. &amp;nbsp;All of the user that were at the parent level will now have the&amp;nbsp;parent&amp;nbsp;level
 permissions at the site level. &amp;nbsp;You can now use the admin tool to adjust. &amp;nbsp;It will not show everyone as it seem like the display is driven from the TFS&amp;nbsp;project&amp;nbsp;level. &amp;nbsp;You can remove the unnecessary folks at the sharepoint advance permissions if necessary.&lt;/p&gt;
&lt;/div&gt;</description><author>ericrwood</author><pubDate>Wed, 14 Nov 2012 21:13:50 GMT</pubDate><guid isPermaLink="false">New Post: Unable to Commit SharePoint Changes 20121114091350P</guid></item><item><title>New Post: Update for TFS 2012?</title><link>http://tfsadmin.codeplex.com/discussions/400796</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;Is the tool being updated for TFS 2012?&amp;nbsp; I don't see any announcements.&lt;/p&gt;
&lt;/div&gt;</description><author>mlhoop</author><pubDate>Thu, 25 Oct 2012 14:19:25 GMT</pubDate><guid isPermaLink="false">New Post: Update for TFS 2012? 20121025021925P</guid></item><item><title>New Post: All Options Greyed Out in TFS Admin Tool 2.1 once connected to TFS Server</title><link>http://tfsadmin.codeplex.com/discussions/254667</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;That worked, thanks. I would have never have guessed...&lt;/p&gt;&lt;/div&gt;</description><author>alexvaccaro</author><pubDate>Wed, 17 Oct 2012 16:01:07 GMT</pubDate><guid isPermaLink="false">New Post: All Options Greyed Out in TFS Admin Tool 2.1 once connected to TFS Server 20121017040107P</guid></item><item><title>New Post: All Options Greyed Out in TFS Admin Tool 2.1 once connected to TFS Server</title><link>http://tfsadmin.codeplex.com/discussions/254667</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;In my case, it would seem the issue was rather simple.&amp;nbsp; Once connected, i had to double click on the collection of interest on the left side in order to get the options to show up on the right.&amp;nbsp; Seems like a little bit of a UI issue there that could be resolved by moving that event to a single click, though there might be a good reason to do it on the double.&lt;/p&gt;&lt;/div&gt;</description><author>Mozleron</author><pubDate>Wed, 17 Oct 2012 15:36:06 GMT</pubDate><guid isPermaLink="false">New Post: All Options Greyed Out in TFS Admin Tool 2.1 once connected to TFS Server 20121017033606P</guid></item><item><title>New Post: All Options Greyed Out in TFS Admin Tool 2.1 once connected to TFS Server</title><link>http://tfsadmin.codeplex.com/discussions/254667</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Same here. Did anyone got a reply on how to solve this issue?&lt;/p&gt;&lt;/div&gt;</description><author>alexvaccaro</author><pubDate>Wed, 17 Oct 2012 14:14:44 GMT</pubDate><guid isPermaLink="false">New Post: All Options Greyed Out in TFS Admin Tool 2.1 once connected to TFS Server 20121017021444P</guid></item><item><title>New Post: Unable to Commit SharePoint Changes</title><link>http://tfsadmin.codeplex.com/discussions/399446</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;All pending changes to&amp;nbsp;SharePoint&amp;nbsp;fail with:&lt;/p&gt;
&lt;p&gt;It will successfully commit changes to both TFS and the Reporting Services. This was working last week so I'm note sure what changed. &amp;nbsp;Saw another thread noting this&amp;nbsp;problem&amp;nbsp;but no resolution. &amp;nbsp;Any idea what could be wrong. &amp;nbsp;I'm
 not even sure what&amp;nbsp;SharePoint&amp;nbsp;services to restart to try and resolve.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Eric&lt;/p&gt;
&lt;p&gt;10/15/2012 2:02:32 PM: Button clicked: Pending Changes COMMIT10/15/2012 2:02:32 PM: Exception occurred&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Type: System.Web.Services.Protocols.SoapException&amp;nbsp; &amp;nbsp; &amp;nbsp;
 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Message: Exception of type 'Microsoft.SharePoint.SoapServer.SoapServerException' was thrown.&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;InnerException: -&amp;nbsp;
 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Source: System.Web.Services&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Target: System.Object[] ReadResponse(System.Web.Services.Protocols.SoapClientMessage,
 System.Net.WebResponse, System.IO.Stream, Boolean)&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Stacktrace: &amp;nbsp; &amp;nbsp;at System.Web.Services.Protocols.SoapHttpClientProtocol.ReadResponse(SoapClientMessage message, WebResponse
 response, Stream responseStream, Boolean asyncCall)&amp;nbsp; &amp;nbsp;at System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String methodName, Object[] parameters)&amp;nbsp; &amp;nbsp;at TFSAdministrationTool.Proxy.SharePoint.UserGroup.AddUserToRole(String roleName,
 String userName, String userLoginName, String userEmail, String userNotes) in D:\Work\TFSAdmin\Main\src\TFSAdministrationTool.Proxy\Web References\SharePoint\Reference.cs:line 553&amp;nbsp; &amp;nbsp;at TFSAdministrationTool.Proxy.SharePointProxy.AddUserToRole(String
 userName, String role, String displayName, String email, String description) in D:\Work\TFSAdmin\Main\src\TFSAdministrationTool.Proxy\SharePointProxy.cs:line 83&amp;nbsp; &amp;nbsp;at TFSAdministrationTool.Proxy.TeamFoundationServerProxy.SharePointAddUserToRole(String
 teamProject, String userName, String role) in D:\Work\TFSAdmin\Main\src\TFSAdministrationTool.Proxy\TeamFoundationServerProxy.cs:line 657&amp;nbsp; &amp;nbsp;at TFSAdministrationTool.Controllers.MainController.OnCommitChange(PendingChange pc) in D:\Work\TFSAdmin\Main\src\TFSAdministrationTool\Controllers\MainController.cs:line
 109&lt;/p&gt;
&lt;/div&gt;</description><author>ericrwood</author><pubDate>Mon, 15 Oct 2012 18:04:33 GMT</pubDate><guid isPermaLink="false">New Post: Unable to Commit SharePoint Changes 20121015060433P</guid></item><item><title>New Post: TFS admin tool 2.1 compatibility with tfs 2012</title><link>http://tfsadmin.codeplex.com/discussions/359424</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;I am getting an exception using Add User(s)-&amp;gt;Browse after installing VS2012. From the Output panel:&lt;/p&gt;
&lt;p&gt;9/20/2012 8:52:16 AM: Button clicked: User Configuration BROWSE&lt;br /&gt;9/20/2012 8:52:16 AM: Exception occurred&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Type: System.ArgumentException&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Message: Object of type 'Microsoft.TeamFoundation.Framework.Client.IdentityManagementService' cannot be converted to type 'Microsoft.TeamFoundation.Framework.Client.IIdentityManagementService'.&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; InnerException: -&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Source: mscorlib&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Target: System.Object TryChangeType(System.Object, System.Reflection.Binder, System.Globalization.CultureInfo, Boolean)&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Stacktrace:&amp;nbsp;&amp;nbsp;&amp;nbsp; at System.RuntimeType.TryChangeType(Object value, Binder binder, CultureInfo culture, Boolean needsSpecialCast)&lt;br /&gt;&amp;nbsp;&amp;nbsp; at System.RuntimeType.CheckValue(Object value, Binder binder, CultureInfo culture, BindingFlags invokeAttr)&lt;br /&gt;&amp;nbsp;&amp;nbsp; at System.Reflection.MethodBase.CheckArguments(Object[] parameters, Binder binder, BindingFlags invokeAttr, CultureInfo culture, Signature sig)&lt;br /&gt;&amp;nbsp;&amp;nbsp; at System.Reflection.RuntimeMethodInfo.InvokeArgumentsCheck(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)&lt;br /&gt;&amp;nbsp;&amp;nbsp; at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)&lt;br /&gt;&amp;nbsp;&amp;nbsp; at TFSAdministrationTool.Proxy.TeamFoundationServerProxy.ShowAddGroupControl(IWin32Window parentWin)&lt;br /&gt;9/20/2012 8:52:19 AM: Button clicked: User Configuration CANCEL&lt;/p&gt;&lt;/div&gt;</description><author>bpmerkel</author><pubDate>Thu, 20 Sep 2012 12:56:41 GMT</pubDate><guid isPermaLink="false">New Post: TFS admin tool 2.1 compatibility with tfs 2012 20120920125641P</guid></item><item><title>New Post: TFS admin tool 2.1 compatibility with tfs 2012</title><link>http://tfsadmin.codeplex.com/discussions/359424</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;I haven't countered any issues but I would like the suggestion of Richard (﻿﻿﻿rhundhausen) to include the concept of team's in the tool.&lt;/p&gt;&lt;/div&gt;</description><author>wjanssens</author><pubDate>Thu, 13 Sep 2012 06:46:10 GMT</pubDate><guid isPermaLink="false">New Post: TFS admin tool 2.1 compatibility with tfs 2012 20120913064610A</guid></item><item><title>New Post: TFS admin tool 2.1 compatibility with tfs 2012</title><link>http://tfsadmin.codeplex.com/discussions/359424</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;i'll second that ... "Are there any known issues?"&lt;/p&gt;&lt;/div&gt;</description><author>felickz</author><pubDate>Wed, 12 Sep 2012 18:53:05 GMT</pubDate><guid isPermaLink="false">New Post: TFS admin tool 2.1 compatibility with tfs 2012 20120912065305P</guid></item><item><title>New Post: TFS Admin Tool says "SharePoint Status unavailable"</title><link>http://tfsadmin.codeplex.com/discussions/208827</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;I have just experienced this same issue on Windows 7 with TFS 2010, SharePoint 2010, VS 2010 and TFS Admin tool 2.1.31204.0.&lt;/p&gt;
&lt;p&gt;I solved it by going into the Cache directory mentioned by &lt;a class="UserProfileLink" href="http://www.codeplex.com/site/users/view/enrigrossi"&gt;enrigrossi&lt;/a&gt; and deleted the most recent of the &amp;lt;GUID&amp;gt;_http directories.&lt;/p&gt;&lt;/div&gt;</description><author>Mozleron</author><pubDate>Tue, 14 Aug 2012 22:46:56 GMT</pubDate><guid isPermaLink="false">New Post: TFS Admin Tool says "SharePoint Status unavailable" 20120814104656P</guid></item></channel></rss>