Microsoft Visual Studio 2012 stopped working after installing visual studio 2015

Visual studio 2012 doesn't work after installing visual studio 2015. I get the message "Microsoft Visual Studio 2012 has stopped working" when I try to open an .aspx or .cs page in a project. Please help me.

+3


source to share


1 answer


You only need to go to the bottom location

(% AppData% .. \ Local \ Microsoft \ VisualStudio \ 11.0 \ ComponentModelCache)



and delete the file Microsoft.VisualStudio.Default.cache

It should work.

+1


source







All Articles