In a WCF scenario, I was able to send BO form the server to the client. But when I save, eventhough the BrokenRule.Count is 1, the alert is not shown on the form. The weird thing is that for the BO.Requirefields alert is shown on the form. Any Idea?
For example, once you have the BO deserialized, is the form already instatiated and the objects bound? If so, then none of the objects on the form are talking to the right instance. However, if you have the object passed over prior to the instantiation, then it should work. Are you serialized the entire BO, just the contents, etc. There are a lot of other factors that will play into how I would try and diagnose your problem.