Compilation error migrating project to last version 2.2 SP 2

Discussion of application development using iX Developer, including but not limited to getting started, using the functions tab, properties, objects and installation.
Post Reply
andrea
Posts: 72
Joined: Tue Dec 11, 2012 5:44 am

Compilation error migrating project to last version 2.2 SP 2

Post 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
Attachments
Errors of compilation after migrating to last version
Errors of compilation after migrating to last version
ErrorMigrationLastVersion_222184_22SP2.jpg (327.22 KiB) Viewed 8303 times

AMitchneck
Posts: 137
Joined: Mon Jun 11, 2012 2:10 pm

Re: Compilation error migrating project to last version 2.2

Post 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.
Adam M.
Controls Engineer
FlexEnergy

andrea
Posts: 72
Joined: Tue Dec 11, 2012 5:44 am

Re: Compilation error migrating project to last version 2.2

Post 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

Post Reply