Acidburn 0 Posting Pro

Hey guys,

whats wrong with this?

var sublistofsolutions =
                (from x in
                     p.sol().Where(
                         f => f.ps.Where(a => a.p.Location == location)
                 select x); 

it keeps saying cannot convert expression type of Ienumerable to bool

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.