Hi all, i think it might be a PSDK error for .Net.
We are getting below error while printing the EventRinging Event by .Tostring().
We tried this with java based application and dotnet based application at the same time with same agent login id and place. In java it working fine.
actually it printing all attributes but when tries to get data from Userdata it shows the error
[quote]can't process DataSupport class cause exception: [ArgumentException] An entry with the same key already exists.
at: at System.ThrowHelper.ThrowArgumentException(ExceptionResource resource)
at System.Collections.Generic.TreeSet`1.AddIfNotPresent(T item)
at System.Collections.Generic.SortedDictionary`2.Add(TKey key, TValue value)
at Genesyslab.Platform.Commons.Collections.Internal.OrderedHashmapImpl.GetAllKeys()
at Genesyslab.Platform.Commons.Collections.Internal.OrderedHashmapImpl.OrderedHashmapImplEnumerator..ctor(OrderedHashmapImpl hm)
at Genesyslab.Platform.Commons.Collections.Internal.OrderedHashmapImpl.GetEnumerator()
at Genesyslab.Platform.Commons.Collections.Filters.KeyValueFilterSet.FilterList[T](StringBuilder buf, KeyValueCollectionBase`1 col, Int32 indent)
at Genesyslab.Platform.Commons.Protocols.Internal.KeyValueCodec.Genesyslab.Platform.Commons.Protocols.Internal.IPrintable.AppendLogValue(StringBuilder buf, Object customTypeObject, Int32 ident, Boolean truncate, Boolean hide)
at Genesyslab.Platform.Commons.Protocols.Internal.ToStringHelper.AppendLogValue(StringBuilder buffer, IDataSupport data, Int32 indent, Boolean hide, Boolean truncate)[/quote]

Any body out there can help us in this.