Visual Studio 2013 hangs when opening a solution

后端 未结 27 1444
天命终不由人
天命终不由人 2020-12-12 18:51

I installed VS2013 (v12.0.21005.1) and added ReSharper 8 (v8.0.2000.2660) a day or two ago. That day it was fine. Now I\'m lucky if I can get it to open one solution in a wh

27条回答
  •  执念已碎
    2020-12-12 19:12

    I found the following to be the better approach to debugging VS based on MS Connect instructions

    Please help to confirm if your captured dump file is a 32-bit dump file. If it is a 64-bit dump file, please use the following step to capture a new dump file.

    1. Start Visual Studio.
    2. Start another instance of VS.
    3. In the second instance click Tools | Attach to Process...
    4. In the list of processes locate devenv.exe.
    5. Click Select... and explicitly choose 'Native' and 'Managed' code.
    6. Click OK and OK to close Select dialog and Attach to Process dialog.
    7. Go back to the first instance of VS and repro the hang.
    8. Upon the hang, control should go to the second instance of VS. If not please go back to the second instance of VS manually, and hit "Break All".
    9. In the second instance click Debug | Save Dump As Minidump with heap.

    If you are running the VB profile you will not see the Save Dump As menu item. To add this menu item:

    1. Select Tools -> Customize
    2. Select the Commands tab
    3. Select Debug from the Menu bar dropdown
    4. Click Add Command...
    5. Select Debug from the Categories list.
    6. Find the Save Dump As entry in the Commands window.
    7. Click OK (the Save Dump As... command is added to the top of the Debug menu).
    8. Click Close

    You can get detailed steps about how to get the dump file and call stack at http://blogs.msdn.com/debugger/archive/2009/12/30/what-is-a-dump-and-how-do-i-create-one.aspx

    If you find the problem is with Resharper Addin you can then report the issue via - http://youtrack.jetbrains.com/issues/RSRP

提交回复
热议问题