How to fix a missing reference to mscorlib in Visual Studio 2010
I was trying to update my main app code to utilize the .Net Framework 4.0 and this happened:
The Problem: I could find no obvious way to update the mscorlib reference in my solution, so I decide to simply delete it and add it again, and hope that it magically updates to the most recent version. This is actually what usually happens with Visual Studio. However, I delete the mscorlib reference, and I am unable to add it back again, I get the error message telling me that mscorlib is already included in the project.
Read more on How to fix a missing reference to mscorlib in Visual Studio 2010…
Popularity: 1% [?]


