Why is Visual Studio crashing on me?

Visual Studio keeps crashing on me with the following message: ![alt text][1] [1]:
http://techoverflow.int.westgroup.com/upfiles/vs_sucks.jpg The full text is: Exception Type: System.InvalidCastException Exception Message: Unable to cast COM object of type 'CommunicatorAPI.MessengerClass' to interface type 'MessengerAPI.IMessenger2'. This operation failed because the QueryInterface call on the COM component for the interface with IID '{D50C3286-0F89-48F8-B204-3604629DEE10}' failed due to the following error: The RPC server is unavailable. (Exception from HRESULT: 0x800706BA). Exception Stack Trace: at Microsoft.TeamFoundation.Collaboration.Microsoft.CommunicatorProvider.get_MessengerReference() at Microsoft.TeamFoundation.Collaboration.Microsoft.MicrosoftProvider.Disconnect() at Microsoft.TeamFoundation.Collaboration.Microsoft.CommunicatorProvider.Disconnect() at Microsoft.TeamFoundation.Collaboration.Microsoft.MicrosoftProvider.Dispose(Boolean disposing) at Microsoft.TeamFoundation.Collaboration.Microsoft.MicrosoftProvider.Finalize() ------------------------- Installed Extensions Process Template Editor State = Enabled Version = 2.0 WITDesigner State = Enabled Version = 2.0.0.0 NuGet Package Manager State = Enabled Version = 2.5.40416.9020 VSCommands for Visual Studio 2010 State = Enabled Version = 10.3.9.12 ------------------------- Environment Data VisualStudio.Version = 10.0 VisualStudio.Edition = Premium VisualStudio.FullName = C:\Program Files (x86)\Microsoft Visual Studio 10.0\Common7\IDE\devenv.exe VisualStudio.RegistryRoot = Software\Microsoft\VisualStudio\10.0 VisualStudio.LocaleId = 1033 VisualStudio.DisplayMode = vsDisplayMDITabs Time.UTC = 7/19/2013 3:43:31 PM
Time.Local = 7/19/2013 11:43:31 AM OS.Architecture = AMD64 Environment.Version = 4.0.30319.296 Environment.HasShutdownStarted = False Environment.OSVersion.Platform = Win32NT Environment.OSVersion = 6.1.7601.65536
CurrentThread.Id = 1 CurrentThread.Name = [null] CurrentThread.ThreadState = Background CurrentThread.IsBackground = True CurrentThread.UICulture = English (United States) CurrentThread.Culture = English (United States) Process.PagedMemorySizeMB = 461.859375 Process.MaxWorkingSetMB = 1.34765625 Process.NonpagedSystemMemorySizeMB = 0.138801574707031 Process.PagedSystemMemorySizeMB = 1.44139099121094 Process.PrivateMemorySizeMB = 461.859375 Process.VirtualMemorySizeMB = 1159.03125 Process.WorkingSetMB = 604.44140625 Process.UpTime = 00:00:40.4630459

Answers