Visual Studio Does not recognize System.Linq

前端 未结 7 1507
你的背包
你的背包 2020-12-07 02:11

I created this program and C# and it worked correctly a few weeks ago. Now, I copied all of this code to a another project I am working on. I added it to a brand new C# Cla

7条回答
  •  無奈伤痛
    2020-12-07 02:32

    For me I tried this and worked:

    PROJECT==>Add Reference ==> Browse ==> C:\Windows\winsxs\x86_netfx35linq-system.core_31bf3856ad364e35_6.1.7601.17514_none_6161fc35ed136622\System.core.dll

    Or

    you can simply find the System.core.dll using windows search on Os System Drive

提交回复
热议问题