I am doing WCF work and I do not understand why I came across this error.
System.Runtime.Serialization.DataContractAttribute does not exist in the namespace
System.Runtime.Serialization
The Microsoft documentation clearly shows this hierarchy.
System.Object System.Attribute System.Runtime.Serialization.ContractNamespaceAttribute
Does anyone know what is going on?
source share