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
|
My nasty database (SqlServer 2008) is giving me an error which I can't figure out. I've used the Designer to set up the classes and I added a One-To-Many Association: Parent table:
Child table:
I am doing the following Linq query:
I'm getting the error:
Any idea how to fix? |
|
|
Is there a SecurityPrice relationship defined somewhere in your model? Is it on a derived table of one of the above? Also have you enabled logging and looked at the SQL statement being generated to review where exactly this column is being requested as this generally helps track down which part of the model is expecting this column to be present. See http://www.mindscapehq.com/documentation/lightspeed/Testing-and-Debugging/Logging from the documentation for details on setting up logging with LightSpeed.
|
|