Yesterday I learned a little MVC5 before going to bed.
Today I open Visual Studio 2013 and the following exception occurs on boot:

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?
source
share