known-types
Debugging adding known types through config
I\'ve been going round this for a while now and I can\'t figure out why I can use the config to add references to known types, or how to go about debugging it.Any pointers might save my sanity.[详细]
2023-02-19 03:06 分类:问答WCF net.pipe aborts when receiving response
This has been resolved This is a contract I\'m unable to get from a service call: [DataContract] public class myInitializationData : ClientInitializationData[详细]
2023-01-24 02:49 分类:问答WCF Known Type from System.Object in Config
I\'m trying to specify a known type in my config, but I\'m having problems with the fact that it derives from Object. I can make it work specifying the known type via attribute.But in this case I need[详细]
2023-01-05 10:47 分类:问答on wcf type is not expected even though its on ServiceKnownType(typeof(...))
i am using third party classes in my service, so i cant edit them. third party [Serializable] Class B : E[详细]
2023-01-01 22:07 分类:问答Why are we getting a WCF "Framing error" on some machines but not others
We have just found we are getting “framing errors” (as reported by the WCF logs) when running our system on some customer test machine.[详细]
2022-12-29 17:39 分类:问答What is the difference in WCF when using KnownType and ServiceKnownType?
I have a service that returns an array of animal but the list can contain cats, dogs, etc, which all extend animal. I know I need to use either the KnownType or ServiceKnownType attribute, and on the[详细]
2022-12-23 16:18 分类:问答WCF contracts - namespaces and SerializationExceptions
I am using a third party web service that offers the following calls and responses http://api.athirdparty.com/rest/foo?apikey=1234[详细]
2022-12-22 07:13 分类:问答How to add service known types from external config file
I am having difficulty understanding how to exactly go about adding known types; for WCF, from a configuration file that is external to my wcf.I found an example of how to set the configuration file u[详细]
2022-12-22 04:07 分类:问答
加载中,请稍侯......