Group: StrataFrame Developers
Posts: 6.6K,
Visits: 7K
|
You created an infinite loop. The first thing that you need to figure out is why the BO is becoming dirty. Something is changing a value. One thing I would do is handle the IsDirtyChanged event, put a break point, then look at the call stack to determine if I could see what is changing.
|