Group: Forum Members
Posts: 2K,
Visits: 6.6K
|
Jon, you may already know this, but just in case you don't and for those who may find this later...
Any time you have an unknow cause for a BO getting dirty, there is a handy event, the IsDirtyChanged event. Simply handle this event, set a break point in it, run code and then use the call stack to see were it is getting set dirty.
Glad you found your specific problem!
|