Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Visual Studio 2013 crash on start

Yesterday I studied a little MVC5 before bed.

Today, I open Visual Studio 2013 and while loading, the following exception occurs:

enter image description here enter image description here

Exception Details

System.ArgumentNullException was unhandled
Message: An unhandled exception of type 'System.ArgumentNullException' occurred in mscorlib.dll
Additional information: Buffer cannot be null. Parameter name: buffer

I have already repaired Visual Studio and nothing has changed.
Does anyone know what's going on?

like image 660
Henryk Budzinski Avatar asked Nov 01 '17 18:11

Henryk Budzinski


2 Answers

The Update 5 worked for me. However you need to be part of Dev Essentials in order to download this update.

https://my.visualstudio.com/Downloads?q=Visual%20Studio%202013%20Update%205

like image 176
Bhim Rathor Avatar answered Nov 15 '22 11:11

Bhim Rathor


Appears to be fixed now, although I see no confirmation on https://social.msdn.microsoft.com/Forums/en-US/46728392-212b-405e-aea0-2ab02f91cd1f/visual-studio-2013-crashes-on-startup?forum=visualstudiogeneral

I'm running VS2013 U3 and able to startup without issue. A colleague is able to run VS2013 as well.

like image 26
kkost Avatar answered Nov 15 '22 11:11

kkost