Hello,
I'm quite a heavy user of WCF and ADO.NET data services. I use them a lot in links between different systems. Now sometimes I would update one side of such a link and forget another side. The other side will crash and most of the times give a pretty useless error about some type being not found or something like that.
Is it possible to compare the proxy generated with the actual service definition to check if the service might have been updated? That way I could throw a much more usefull error which states that the definitions are out of sync and either one of the sides should be updated to match the correct definition again.
This goes for WCF services as well as ADO.NET data services, so I'm looking for a way to compare both.