Getting started using Linq, what do I need?

后端 未结 12 1682
清酒与你
清酒与你 2021-02-14 07:59

Basically what the title says. (Forgive me because I am a .NET newb)

In my department, we have a server running .net 3.5 and ever since I got into this section I have be

12条回答
  •  野趣味
    野趣味 (楼主)
    2021-02-14 08:03

    You have to at least have .Net 2.0 sp1 on your server, and you will have to copy locally handful of assemblies, like System.core, etc...

    but without SP1 you will not be able to execute LINQ code because of issues in System.dll.

提交回复
热议问题