0

When I drag over an object from my Data Sources window to an empty WinForm I get “Visual Studio 2015 has stopped Working” and it restarts. If I try and click on the triangle to expand that node it also crashes. (Vs 2015 update 1)

However, If I open that same project in VS 2013 everything works as expected. (Vs 2013 update 5)

UPDATE 1:

All Extensions like ReSharper and GostDoc I run in both environments.

UPDATE 2:

Windbg Output:

http://pastebin.com/hp7K7iZG

Randy
  • 1,137
  • 16
  • 49
  • 1
    capture a crash dump (http://pastebin.com/zKuJvw57), open it with Windbg (part of Debugging Tools/Windows SDK), inside windbg configure the symbols (http://stackoverflow.com/a/30019890/1466046) and run **!analyze -v**. Post what you see in the output. – magicandre1981 Feb 03 '16 at 17:01
  • Attach windbg to the devenv.exe process – Pawel Feb 03 '16 at 18:27
  • Output is in link in Update 2, @magicandre1981 – Randy Feb 03 '16 at 18:27
  • 1
    you get a stackoverflow. disable some extensions, and if you still get crashes, report this on connect: connect.microsoft.com/VisualStudio/feedback/ – magicandre1981 Feb 04 '16 at 05:05

0 Answers0