Visual Studio Does not recognize System.Linq

前端 未结 7 1510
你的背包
你的背包 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:21

    • Step 1) Go to your Project Solution Explorer and Select References
    • Step 2) Right click it on References and Select Add Reference... a form will appear
    • Step 3) Search linq on Search bar
    • Step 4) Now Select/tick the System.XML.Linq checkbox
    • Step 5) Click Ok

提交回复
热议问题