How do I get started with LinqPad and LLBLgen ?
I downloaded and installed the LinqPad driver (.lpx) and it is showing as an available connection in LinqPad. However when I try running the first necessary statement
I get an error message
"'UserQuery' does not implement interface member 'SD.LLBLGen.Pro.LinqSupportClasses.ILinqMetaData.GetQueryableForEntity(int)'"
Obviously I am missing a step ! But what ?
Thanks for any help.
LinqMetaData metaData = new LinqMetaData();
I get an error message
"'UserQuery' does not implement interface member 'SD.LLBLGen.Pro.LinqSupportClasses.ILinqMetaData.GetQueryableForEntity(int)'"
Obviously I am missing a step ! But what ?
Thanks for any help.