Cannot find using System.Data.Linq

后端 未结 5 837
面向向阳花
面向向阳花 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:25

    Just to confirm that Adding the reference to the project didn't work for me because it was already selected.

    However, selecting "Copy Local, True" in the Properties pane for the reference made it start working.

提交回复
热议问题