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 have a strange situation here. I have some extra validation code on an entity. When I add a parent reference to it before saving, and if my entity is not valid, I get 3 error messages for the same thing. It's more easy for me to explain with simple code example: -------------------- where p.Name == this.Name select p; if (query.Count() > 0) { this.Errors.AddError("Product already exists"); } } } Test Method Product prod= new Product(); if (validStatus ) Strange behaviour, IMHO. P.S. |
|
|
Thanks for alerting us to this. We've reproduced the problem and will look into it. |
|
|
This is now fixed and you can get the fix in the current nightly build. You can get Express edition nightlies from the Downloads tab, and Standard or higher edition nightlies from the store. Thanks again for alerting us to this. |
|
|
Ok, thanks. I can confirm it also now works properly on my original testing example. BTW, just persuading my manager to open the bag and get the Enteprise license. Hopefuly next week... :) |
|