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?
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;
Followed here: http://llblgen.com/TinyForum/Messages.aspx?ThreadID=16225
Please use only one thread per issue.