I have an MVC project in .Net 4 with WCF service with BasicHttpBinding.
When consuming this service in .Net 2 the values that arriving if the property is int are 0.
if it is a string, than it goes fine.
bulding a new project in .Net 4 consuming the same service and using the exact implementation (as the .Net 2) ==> the int values are correct.
WHY?
Thanks!