Page 1 of 1

Compilation error migrating project to last version 2.2 SP 2

Posted: Fri May 26, 2017 6:10 am
by andrea
Hello,

we have attached error after migrating one of our projects from version 2.1 SP2 to last version 2.2 SO 2 Build 2.22.184.0.


The property 'ValidatesOnNotifyDataError' does not exist in XML namespace 'http://schemas.microsoft.com/winfx/2006 ... esentation

The errors happens on compilation and the 2 screens have a datagrid in design and code.

I ask you suggestion on how to go ahead and solve.

Thank you

Re: Compilation error migrating project to last version 2.2

Posted: Tue May 30, 2017 7:16 am
by AMitchneck
Andrea,

Just curious, what happens if you change ValidatesOnNotifyDataError to ValidatesOnNotifyDataErrors (add s to end of error)?

Doing a google search, I found the following post: https://social.msdn.microsoft.com/Forum ... ?forum=wpf I've never used this control or received this error, so I don't know if this would help.

Re: Compilation error migrating project to last version 2.2

Posted: Tue May 30, 2017 9:44 am
by andrea
Hello Adam ,

thank you for your suggestion.

I tried to insert the 's' and also to delete all part ValidatesOnNotifyDataError = "True" but seems that, during Build- compilation the file XAML is changed and return as before as iX wants so the error is still the same.

Do you know if there is some workaround to avoid this?

Andrea