Unable to setup Linqpad with LLBLGEN 4.0
Options
Hi, I am trying to setup linqpad with llblgen 4.0, but it is complaining about the build "The assembly is not compiled against the llblgen pro 4.0 version."
I did compiled the generated code using .net 4.5.1 and it is compiled against llblgen 4.0 with their LLBLGEN Runtime framework.
Please help.
I did compiled the generated code using .net 4.5.1 and it is compiled against llblgen 4.0 with their LLBLGEN Runtime framework.
Please help.
Comments
-
Are you using the LLBLGEN LINQPad driver?
-
Hi Joe, yes I am using LLBLGEN driver provided by Solution Design, this below query is giving me problem
var qf = new QueryFactory();
var results = this.AdapterToUse.FetchQuery(qf.User);
results.Dump();
Joe, this is the link of exception screenshothttp://postimg.org/image/76u9n1fcd/
-
Judging by the stacktrace, the exception is being thrown from LLBLGEN. You'll need to raise this with the authors of the LLBLGEN driver.
-
Ok, thanks Joe I have already raised this ticket to them, lets see.