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
|
Hi there, I got the following error. How is this possible? Expected single child entity but found multiple. First child id:[3d84aafd-b205-4bf4-914a-24a2d81ec537] Parent:[Tariff(TariffId)], Child:[GradingDetail(Id)]
Johan |
|
|
It looks like you have an association declared as one-to-one, but there are multiple rows in the database with the same FK. This shouldn't be possible with LightSpeed; is it possible that something else is modifying the database? If not, can you provide us with a repro or at least representative code showing how your app creates and subsequently modifies the association? Thanks! |
|