Unable to setup Linqpad with LLBLGEN 4.0
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
var qf = new QueryFactory();
var results = this.AdapterToUse.FetchQuery(qf.User);
results.Dump();
Joe, this is the link of exception screenshot