Cannot find using System.Data.Linq

后端 未结 5 838
面向向阳花
面向向阳花 2020-12-11 14:21

I\'m using C#, EF 4 in asp.net 4 and VS 2010.

I\'m trying to load namespace System.Data.Linq with this code using System.Data.Linq and I r

5条回答
  •  一生所求
    2020-12-11 15:27

    Try re-change target framework for your project.

    Go to Proporties > Application > Target Framework change to another than used now, and next change it back.

提交回复
热议问题