This thread looks to be a little on the old side and therefore may no longer be relevant. Please see if there is a newer thread on the subject and ensure you're using the most recent build of any software if your question regards a particular product.
This thread has been locked and is no longer accepting new posts, if you have a question regarding this topic please email us at support@mindscape.co.nz
|
Why do I get an error with this code:
------------------------------------------ var products = data.Products.Where(p => p.CreatedOn < DateTime.UtcNow).OrderBy(p => p.Name).ToList();
------------------------------------------
System.NotSupportedException was unhandled |
|
|
I have put through a candidate fix for this which will be available in the next nightly build (20100106) and above. If you could let us know if this resolves the issue - cheers!
Jeremy |
|