I\'m trying to use some reflection in a .tt file, more specifically to determine the KnownTypes on a class. To do this I just use simple reflection, or rather want to use simple reflection, but when I
How do I solve the serialization problem with abstract class defined in a shared client library, and concrete implementation in a server side library.
Library shared between server and client contains interface : [ServiceContract(SessionMode=SessionMode.Required, CallbackContract=typeof(IClient))]
I\'m trying to output a list of objects to a json format using the DataContractJsonSerializer class however I keep running into the following error.
I have a server side service called ConstructionManager, one of its operation is GetAll() which return a list of constructions. Construction is a data contract, and there are several types which inher
We have an abstract class that is the base for a开发者_开发知识库 number of different requests we send over a WCF service. It\'s an ugly heinous hack that every time we add a new request we have to re
I get this error when calling my service: Server Error in \'/\' Application. --------------------------------------------------------------------------------
I have a data contract in a project (Comp.DataContracts) that doesn\'t need to know about any other projects. I have Comp.ProjA that references Comp.DataContracts and has a derived class that just hel
Actually there should be a straight forward answer to this question (is about the \"Object\" property below):
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