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
|
Hello, I got this strange exception when calling .SaveChanges(). (running the project from IIS). When I run from the development server, it throws ExecutionEngineException.
It is LightSpeed 3.1 |
|
|
This looks like you have an
instead of
This should not happen in designer code, but could happen by mistake if you are hand-writing your entities. If that's not it, could you verify that the error still occurs in the latest LightSpeed 4 nightly build, and if so provide us with a minimal repro (console application or NUnit test with only the minimal set of entity classes required to exhibit the error) please? Thanks! |
|