INotifyDataErrorInfo ArgumentOutOfRangeException when raising ErrorsChanged event

前端 未结 3 672
后悔当初
后悔当初 2020-12-31 11:23

This is a wierd one and at this point I am thinking that it may have something to do with my machines configuration.

Basically I have created a pretty standard imple

3条回答
  •  隐瞒了意图╮
    2020-12-31 11:48

    I think it is binding error in TextBox template tooltip

    {Binding (Validation.Errors)[0].ErrorContent}
    

    Validation.Errors become empty but binding still has not updated its references.

    I recommend to ignore the exception. Uncheck "Break when exceptions cross AppDomain or managed...." in Debugging settings.

提交回复
热议问题