Search found 1 match

by soulfiremage
Fri 22 Apr 2016 16:27
Forum: LINQ Insight
Topic: Never been able to run a linq query
Replies: 7
Views: 48806

Re: Never been able to run a linq query

Is there any update to this query guys?

I'm evaluating the product and cannot make it work either. I've tried with several different linq queries in different locations in VS 2015 but it is not having any of it.

I'm using Visual Basic and .net 4.6.1, Linq to SQL and SQL server 2014.

Code: Select all

Message: Queries not found in method 'CreateInvoiceDetails'.
Type: System.InvalidOperationException
Source: Devart.LinqInsight.Roslyn
Site: PrepareInternal
Stack Trace: 
	at Devart.LinqInsight.Roslyn.RoslynQueryExecutor.PrepareInternal(SourceCodeInfo sourceCode, CancellationToken token, String privateBinPath)
	at Devart.LinqInsight.Implementation.QueryExecutor.Prepare()
	at Devart.LinqInsight.Implementation.QueryExecutor.Execute()
	at Devart.LinqInsight.Implementation.QueryExecutor.<>c__DisplayClass59_0.<StartNewTask>b__0()
My colleague is using this but so far I'm in the "no" camp on this one as the error shown is too cryptic to fault find quickly.

We do use Devexpress winforms controls - I don't have the option to to not use them.

Thank you!