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
|
I get an error when running the following LINQ query: return UnitOfWorkScope.Current.RecordRequests.SingleOrDefault(r => r.Id == id);
Here is the stack trace: http://james.newtonking.com/downloads/misc/lightspeedqueryerror.txt I get an error from your website whenever I paste the text in a message. |
|
|
btw using LightSpeedStandard-20081208.msi
|
|
|
Sorry for all the other posts. I was getting errors posting them and didn't see them in the list. Not sure why they have all suddenly appeared
![]() |
|
|
This looks like it's something to do with the definition of the RecordRequest type. Does it have a public parameterless constructor? Could you post the class definition? |
|
|
It doesn't have a public parameterless constructor. I'll add one and let you know how I get one. Could I suggest adding a more discriptive exception message |
|
|
Fixed! |
|