Advertisement
Guest User

Untitled

a guest
Mar 3rd, 2015
213
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.97 KB | None | 0 0
  1. One or more errors occurred. - Newtonsoft.Json.JsonSerializationException: A member with the name 'SortOrder' already exists on 'STTI.CONTACTE.Library.Country'. Use the JsonPropertyAttribute to specify another name.
  2. at Newtonsoft.Json.Serialization.JsonPropertyCollection.AddProperty(JsonProperty property)
  3. at Newtonsoft.Json.Serialization.DefaultContractResolver.CreateProperties(Type type, MemberSerialization memberSerialization)
  4. at Newtonsoft.Json.Serialization.DefaultContractResolver.CreateObjectContract(Type objectType)
  5. at Newtonsoft.Json.Serialization.DefaultContractResolver.CreateContract(Type objectType)
  6. at Newtonsoft.Json.Serialization.DefaultContractResolver.ResolveContract(Type type)
  7. at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.WriteStartArray(JsonWriter writer, Object values, JsonArrayContract contract, JsonProperty member, JsonContainerContract containerContract, JsonProperty containerProperty)
  8. at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.SerializeList(JsonWriter writer, IEnumerable values, JsonArrayContract contract, JsonProperty member, JsonContainerContract collectionContract, JsonProperty containerProperty)
  9. at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.Serialize(JsonWriter jsonWriter, Object value, Type objectType)
  10. at Newtonsoft.Json.JsonSerializer.SerializeInternal(JsonWriter jsonWriter, Object value, Type objectType)
  11. at System.Net.Http.Formatting.BaseJsonMediaTypeFormatter.WriteToStream(Type type, Object value, Stream writeStream, Encoding effectiveEncoding)
  12. at System.Net.Http.Formatting.JsonMediaTypeFormatter.WriteToStream(Type type, Object value, Stream writeStream, Encoding effectiveEncoding)
  13. at System.Net.Http.Formatting.BaseJsonMediaTypeFormatter.WriteToStreamAsync(Type type, Object value, Stream writeStream, HttpContent content, TransportContext transportContext, CancellationToken cancellationToken) - An error occurred, please try again or contact the administrator.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement