Page 1 of 1

LINQ to SQL Timeout issue

Posted: Wed 04 Nov 2009 16:58
by joet919
I'm tryig to use LINQ to SQL in my app. I have the simple query below.


var q = from c in dslDataContext.TempDslPrequalDatas
where c.DataId == 1
select c;

after stepping though if you look at the results view for q I get the error message below.

Items = Function evaluation timed out.

Any suggestions?

Posted: Thu 05 Nov 2009 10:44
by Shalex
1. What version of dotConnect for Oracle are you using?
2. Please post here your call stack in runtime. If a function never returns control to program, press Pause when running your program in the Debug mode.
3. Send us (http://www.devart.com/company/contact.html) your DataContext with attributes.