0

Visual Studio crashes and restarts when I try to create a new Team Project in TFS.

http://s24.postimg.org/php1p3ml0/crash.jpg

I've removed Visual Studio and reinstalled it again but the problem still appears.

magicandre1981
  • 27,895
  • 5
  • 86
  • 127
  • 2
    do you get any error messages when VS crashes? Is there anything in the event log? What version of VS, what version of TFS? – James Reed Jul 12 '15 at 21:19
  • VS 2013 please see this photo http://s24.postimg.org/php1p3ml0/crash.jpg – Mohammed ouf Jul 12 '15 at 21:29
  • 2
    Is there anything in the event log, either on the server or on your PC? What version of TFS? What version of Visual Studio? You need to provide as much diagnostic information as possible. – Daniel Mann Jul 13 '15 at 00:19
  • 2
    capture a crash dump (Procdump: http://technet.microsoft.com/en-us/sysinternals/dd996900.aspx or WER: http://msdn.microsoft.com/en-us/library/bb787181%28VS.85%29.aspx) of the crashing Visual studio. Open it in windbg, fix the debug symbols (http://stackoverflow.com/a/30019890/1466046) run **!analyze -v** and post the output. – magicandre1981 Jul 13 '15 at 04:07

1 Answers1

0

Installing visual studio team explorer update 5 RC will solve this problem