You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I try to use NGeo in MonoDevelop on MacOSX, I always get serialization errors. Can you provide support for Mono please?
System.Runtime.Serialization.SerializationException: Deserialization has failed ---> System.Xml.XmlException: a name did not start with a legal character 64 (@) Line 1, position 22.
at Mono.Xml2.XmlTextReader.ReadName (System.String& prefix, System.String& localName) [0x00000] in <filename unknown>:0
at Mono.Xml2.XmlTextReader.ReadStartTag () [0x00000] in <filename unknown>:0
at Mono.Xml2.XmlTextReader.ReadContent () [0x00000] in <filename unknown>:0
at Mono.Xml2.XmlTextReader.Read () [0x00000] in <filename unknown>:0
at System.Xml.XmlTextReader.Read () [0x00000] in <filename unknown>:0
at System.Xml.XmlSimpleDictionaryReader.Read () [0x00000] in <filename unknown>:0
at System.Xml.XmlReader.ReadStartElement () [0x00000] in <filename unknown>:0
at System.Runtime.Serialization.Json.TypeMap.Deserialize (System.Runtime.Serialization.Json.JsonSerializationReader jsr) [0x00000] in <filename unknown>:0
at System.Runtime.Serialization.Json.JsonSerializationReader.ReadObject (System.Type type) [0x00000] in <filename unknown>:0
at System.Runtime.Serialization.Json.JsonSerializationReader.ReadRoot () [0x00000] in <filename unknown>:0
at System.Runtime.Serialization.Json.DataContractJsonSerializer.ReadObject (System.Xml.XmlReader reader, Boolean verifyObjectName) [0x00000] in <filename unknown>:0
--- End of inner exception stack trace ---
at System.Runtime.Serialization.Json.DataContractJsonSerializer.ReadObject (System.Xml.XmlReader reader, Boolean verifyObjectName) [0x00000] in <filename unknown>:0
at System.ServiceModel.Dispatcher.WebMessageFormatter.ReadObjectBody (System.Runtime.Serialization.XmlObjectSerializer serializer, System.Xml.XmlReader reader) [0x00000] in <filename unknown>:0
at System.ServiceModel.Dispatcher.WebMessageFormatter.DeserializeObject (System.Runtime.Serialization.XmlObjectSerializer serializer, System.ServiceModel.Channels.Message message, System.ServiceModel.Description.MessageDescription md, Boolean isWrapped, WebContentFormat fmt) [0x00000] in <filename unknown>:0
at System.ServiceModel.Dispatcher.WebMessageFormatter+WebClientMessageFormatter.DeserializeReply (System.ServiceModel.Channels.Message message, System.Object[] parameters) [0x00000] in <filename unknown>:0
at System.ServiceModel.Description.WebHttpBehavior+ClientPairFormatter.DeserializeReply (System.ServiceModel.Channels.Message message, System.Object[] parameters) [0x00000] in <filename unknown>:0
at System.ServiceModel.MonoInternal.ClientRuntimeChannel.Request (System.ServiceModel.Description.OperationDescription od, System.Object[] parameters) [0x00000] in <filename unknown>:0
at System.ServiceModel.MonoInternal.ClientRuntimeChannel.DoProcess (System.Reflection.MethodBase method, System.String operationName, System.Object[] parameters) [0x00000] in <filename unknown>:0
at System.ServiceModel.MonoInternal.ClientRuntimeChannel.Process (System.Reflection.MethodBase method, System.String operationName, System.Object[] parameters) [0x00000] in <filename unknown>:0 ```
The text was updated successfully, but these errors were encountered:
When I try to use NGeo in MonoDevelop on MacOSX, I always get serialization errors. Can you provide support for Mono please?
The text was updated successfully, but these errors were encountered: