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 am getting an exception message about circular associations where none exist. I have 3 tables: country, region, city. A country has many regions, a region has many cities. They all use class table inheritance from a common table. The error below is complaining about Country.Region which does not exist in the model. Country only has a Regions property which is a collection of regions.
Mindscape.LightSpeed.LightSpeedException : Circular associations are not supported by LightSpeed: [Region.Country and Country.Region] |
|
|
Could you send the relevant fragment of your model please? |
|
|
Thanks. This will be fixed in the next nightly build. |
|
|
<3 |
|
|
I have the version from 26-07-2011 and the problem is still present. Must I wait for the version of the 27-07-2011? With my current version; 20-07-2011, there is no error... |
|
|
We think there may be a regression in the 26 July build and are investigating. In the meantime, we'd advise rolling back to your previous version. |
|
|
Everything looks to be working well in the July 27th build. |
|