Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Visual Studio 2015 is crashing when searching from Solution Explorer

Visual Studio 2015 is crashing when searching from Solution Explorer. Is this known bug ? is there any workaround.

I am using Microsoft Visual Studio Professional 2015, Version 14.0.23107.0

From Event Viewer:

.NET Runtime version 2.0.50727.5485 - Fatal Execution Engine Error (7098CE82) (0)

like image 570
Brij Avatar asked Jul 31 '15 08:07

Brij


People also ask

How do I configure Solution Explorer in Visual Studio?

If you don't see the Solution Explorer tool window, you can open it from the Visual Studio menu bar by using View > Solution Explorer, or by pressing Ctrl+Alt+L.

How do I fix solution Explorer on right side in Visual Studio?

Just drag and drop onto the mechanic and dock the solution explorer window to the left side of the window.

What is the purpose of Solution Explorer in Visual Studio?

displays all the project items for the selected project, including those that have been excluded and those that are normally hidden. displays the properties for the selected item in the appropriate window. Double-clicking a script in the Solution Explorer opens the script in the Code Editor.


2 Answers

There's an active bug for this issue.

You can read up on it here

From the comments, you can see that Safe Mode might have some success, but no official workaround is to be found in the bug report as of yet.

like image 174
Wim Ombelets Avatar answered Oct 12 '22 20:10

Wim Ombelets


I'm the one who filed the BUG in connect. It has three attached files, two crash dumps and one stack trace obtained from the event viewer. If you look at the connect BUG, you will see that another person can repro the bug and this case will be the third (please click on repro "I can too").

I have an active thread on MSDN community forums where you can watch the complete stack trace of two crashs, in text format here.

I'm a member of a developer team looking to move forward to VS 2015 and we need to migrate these existing projects, so I'm stuck. Any help will be greatly appreciated.

What I have tried so far: reset user settings, delete the SUO files, with no success. Safe mode works, so it's probably an extension (not sure if it's an extension in VS 2012 or 2015, as in 2015 there are no extensions that I can disable), I'm trying now the last suggestion from the MSDN thread and I will post here if I can solve this.

MC

like image 28
MarianoC Avatar answered Oct 12 '22 20:10

MarianoC