Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

ScriptedSandbox64.exe has stopped working - Visual Studio 2015

This is the second time I've seen the error "Scripted Sandbox64.exe has stopped working" in Visual Studio 2015.

In my particular case, I was building a Windows Forms application and you place the application into the system tray in Windows. This application also writes files using System.IO. The project has nothing more than that. Visual Studio 2015 Community Edition crashes.

enter image description here

like image 285
MacGyver Avatar asked Dec 03 '15 17:12

MacGyver


2 Answers

Disable the Diagnostic tool under

Tools -> Options -> Debugging -> General -> Enable Diagnostic Tools while debugging

More information: https://stackoverflow.com/a/31904957/2856307

like image 106
Bahien Nguyen Avatar answered Nov 19 '22 15:11

Bahien Nguyen


Solution for now is to install Visual Studio 2013 Community Edition and retrofit the project by changing the *.csproj file XML.

like image 26
MacGyver Avatar answered Nov 19 '22 17:11

MacGyver