wcf generated classes and validation application block attributes
Posted
by Shaboboo
on Stack Overflow
See other posts from Stack Overflow
or by Shaboboo
Published on 2010-04-22T19:22:33Z
Indexed on
2010/04/22
19:23 UTC
Read the original article
Hit count: 331
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?
© Stack Overflow or respective owner