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 was getting the following exception:
Eventually I tracked down the issue to the following property on an entity class not being set (so it is the default 01/01/0001 DateTime value):
My request is that you make issues like that easier to track down. The exception and stack trace didn't give me any information on what entity and field to search for. |
|
|
One approach would have been to enable SQL logging. Cheers, Andrew.
|
|
|
I used SQL profiler when initially trying to figure out what was going wrong but there was no SQL executed. The stack trace also seems to indicate to me that the exception occurred while .NET was preparing the query. |
|
|
Oh you meant the built in LightSpeed logging. Yes that does show it:
|
|