Hi,
I'm using Web API and try to use the attributes [DataMember] and [DataContract] but I got compiler error says "The type or namespace name 'DataContract' could not be found (are you missing a using directive or an assembly reference?)"
what is the assembly i should add ???
Thanks.