18 January 2008

IntelliSense not working with Linq

If intelliSense is not working with Linq and SingleOrDefault does not appear in the dataContext associated class, add a

using System.Linq;

:)

2 comments:

Dharmesh said...

Hi,

I am using same statement with basic binding but it will display same error.

I am passing collection objects with WCF Operation Contract.

Please reply me.

Thanks & Regards
Dharmesh R. Makhecha

Rui said...

Hi,
Can you be more specific with the error description?