I Keep getting events 1024 in event viewer. This is what it looks like:
ManagedNodeState.AddNewNode()
Error getting node from Nodes table!
Error Details -System.ArgumentException: An item with the same key has already been added.
at System.ThrowHelper.ThrowArgumentException(ExceptionResource resource)
at System.Collections.Generic.Dictionary`2.Insert(TKey key, TValue value, Boolean add)
at System.Collections.Generic.Dictionary`2.Add(TKey key, TValue value)
at SyslogService.ManagedNodeState.AddNewNode(String ip)
For more information, see Help and Support Center at go.microsoft.com/.../events.asp.
I'm not sure what it could be. Anyone else getting those?
Chris