I'm working on creating user control to display DevForce Verification results on my silverlight views.
DevForce supports INotifyDataErrorInfo and it works great to display errors that associated with certain fields. This part works great.
It doesn't work when I have form-level validation (entity level) and it doesn't work when I have validation level set to anything but error.
Solution is to create my own control to display all results but I need some kind of hook so I know when errors change..