I have a WCF service using netTcpBinding (the protocol should not be relevant but included it anyway).
I am having Culture issues with parsing dates.
Previously, using HTTP and System.Web, we can use the globalization element.
Unfortunately this has no effect in WCF.
I Have had trouble finding information/blogs about this.
Is there a way to set the culture in a WCF service in the configuration file?
Thanks very much
Russell