References for Linq Support

Posts   
 
    
cmprogrock
User
Posts: 40
Joined: 16-Nov-2008
# Posted on: 02-Jul-2009 23:43:31   

Im try to use linq in a webservice - asmx.

ERROR LinqMetaData is missing reference.

What do i need?

It seems to bring in ORM 2.0 dll automatically - will not stop.

I have Linq 3.5 dll - still missing.

Where is this?

daelmo avatar
daelmo
Support Team
Posts: 8245
Joined: 28-Nov-2005
# Posted on: 03-Jul-2009 05:22:10   

Make sure you add the correct assembly reference to your application. Also check that you include the these lines in your code files:

using SD.LLBLGen.Pro.LinqSupportClasses;
using <YourProjectNamespace>.Linq;
David Elizondo | LLBLGen Support Team
daelmo avatar
daelmo
Support Team
Posts: 8245
Joined: 28-Nov-2005
# Posted on: 03-Jul-2009 06:14:52   

Followed here: http://llblgen.com/TinyForum/Messages.aspx?ThreadID=16225

Please use only one thread per issue.

David Elizondo | LLBLGen Support Team