I open a solution with two projects in ASP.NET 4.5 C# and I have multiples errors on missing reference :
Like RouteCollection, SqlDataReader, SqlClient, SqlParameter, SqlDbType, SqlCommand, HttpException and many more.
I search it on my local drive, I can't find them.
How can I restore all of them?
Ronald