Visual Studio 2013 Error

Yesterday I learned a little MVC5 before going to bed.

Today I open Visual Studio 2013 and the following exception occurs on boot:

enter image description here enter image description here

Exception Details

System.ArgumentNullException was not processed
Message: An unhandled exception of type "System.ArgumentNullException" occurred in mscorlib.dll
Additional information: the buffer cannot be null. Parameter Name: buffer

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

+6
source share

All Articles