質問

System.Core shows as missing in References. I removed and tried to add it again but I can't see System.Core in the list of default assemblies. It complains about this for Linq.

This project compiled OK with the prior VS version, but fails with VS 2013. Is this moved or how else would I miss this DLL?

enter image description here

役に立ちましたか?

解決

System.Core was added with .NET 3.5.

他のヒント

3.0 is not enough, System.Core (LINQ) was added in 3.5. Please upgrade target framework in project properties.

ライセンス: CC-BY-SA帰属
所属していません StackOverflow
scroll top