When using the Local Mount Utility to access the Core, the following error is thrown when attempting to add the Core:

Looking through the LMU logs located on the machine's C:\, the following error is found:
ERROR 2014-08-16T12:23:05 [5] - LocalMountUtility.Modules.AgentsTree.ViewModels.CoreViewModel ()
Retrieving protected Agents
System.AggregateException: One or more errors occurred. ---> System.Runtime.Serialization.SerializationException: Invalid enum value 'Online' cannot be deserialized into type 'Replay.Core.Contracts.Agents.AgentStatus'. Ensure that the necessary enum values are present and are marked with EnumMemberAttribute attribute if the type has DataContractAttribute attribute.
at System.Runtime.Serialization.EnumDataContract.ReadEnumValue(String value, Int32 index, Int32 count)
at System.Runtime.Serialization.EnumDataContract.ReadEnumValue(XmlReaderDelegator reader)
at System.Runtime.Serialization.EnumDataContract.ReadXmlValue(XmlReaderDelegator xmlReader, XmlObjectSerializerReadContext context)
at System.Runtime.Serialization.XmlObjectSerializerReadContext.InternalDeserialize(XmlReaderDelegator reader, String name, String ns, Type declaredType, DataContract& dataContract)When I try to add a core to my local mount utility, I get an error that says "unknown error".