Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Anyone know what is wrong with this statement
Message
From
25/01/2013 11:04:50
 
 
General information
Forum:
ASP.NET
Category:
LINQ
Environment versions
Environment:
C# 4.0
OS:
Windows 7
Miscellaneous
Thread ID:
01564050
Message ID:
01564060
Views:
59
Odd that it just seems to hang ? Is it possibly a captured variable problem ?
Maybe to test try:
var s = dateRanges[i].Start; var e = dateRanges[i].End;
var result = lstTransferees.Where(x => x.EECreationDate >= s && x.EECreationDate <= e).ToList();
LOL! Found the problem - it was the loose nut behind the keyboard. Thanks for the help.
Previous
Reply
Map
View

Click here to load this message in the networking platform