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?
LINQ to SQL Timeout issue
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.
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.