Team Foundation error an startup of Visual Studio

imageIf you have TFS Power Tools installed and Microsoft’s Communicator IM tool installed, you may get this error:  Team Foundation Error, Specified cast is not valid.

 

To resolve this error, open Visual Studio, in the Team Explorer portion of the IDE, right click on Team Members.  From the popup menu, select Personal Settings.  In the Personal Settings dialog, click on the Change button next to the Collaboration Provider choice.

 

image

 

And choose <None> and click the OK button, so now the Collaboration information looks like this.

 

image

 

Click the OK button on the Personal Settings dialog and exit Visual Studio.

 

Using your favorite TEXT editor, open your PersonalSettings.config file (C:\Documents and Settings\<user name>\Application Data\Microsoft\Team Foundation Server\PersonalSettings.config) and changed the xml element from

<CollaborationProvider connection="{none}" />

to

<CollaborationProvider connection="" />

and save the file.

 

Now open Visual Studio and it should launch with no errors.

2 thoughts on “Team Foundation error an startup of Visual Studio

  1. I’m reading this post from my I-Phone and it looks great! I like your writing style and you make some excellent points about tfs.

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.