Visual studio was consistently crashing when exiting, with 2 specifics solutions…
I had to close all documents, collapse all sub projects, and select the solution in the Solution explorer to avoid VS to crash… 

Yesterday, I found the cause: one child class library project was set to compile in asp.Net 2.0,
while all other projects were set to compile for asp.Net 4.0…

To change the target framework of a class library project,
open its properties,
select the tab “compile”,
go to the advanced options :

And select the target network:

That’s all folks 
1c9fa8c7-2563-4abb-a86d-69824b97e65d|0|.0