In project links, the link to mscorlib appears to be deleted as part of the update mechanism that changes the version of the target environment. Adding a new <Reference Include="System.Core">4.0.1entry to the project file fixes the problem. This, apparently, needs to be done in a text editor, since the built-in snap-in does not provide explicit control in order to re-enable the link.
source
share