Hi, I'm new to the validation application block and trying to use it with wcf...
I have a wcf service that has data objects with validation rules defined with attributes, using the validation application block .
On my client side (WPF), I have a service reference. When I update the service reference the generated classes do not have the validation rules attributes in them.
How can I get the rules from the service? Am I missing some step, or is it not possible?