Pregunta

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

¿Fue útil?

Solución

System.Core was added with .NET 3.5.

Otros consejos

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

Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top