I have an application that uses WCF. It runs great on Mono 2.8.2 on Ubuntu and .NET 3.0 on Windows. It decorates the WCF service contract with the \'ServiceKnownType\' attribute, which points to a me
I\'m trying to implement a service contract that contains a method which takes a generic interface, and that generic interface itself is given an interface parameter. I\'ve decorated the service inter
i am using third party classes in my service, so i cant edit them. third party [Serializable] Class B : E
I am trying to apply the ServiceKnownTypeAttribute to my WCF Service but keep getting the error below my config.Does anyone have any ideas?
I am having a little trouble understanding ServiceKnownType in WCF. Taken from this blog, the following code does not work:
I\'m currently trying to override Wordpress\' wp_authenticate function (without modifying the core files, mainly pluggable.php), however I\'m not sure if I\'m going about it the correct way. There are