Mag Tools Inventory Logger Enabled

Discussion on a variety of topics. Ask general Vtank questions here.
popasmurf
Posts: 4

Mag Tools Inventory Logger Enabled

Post #1 »

I am wanting to try out the mag suit builder but I am getting a error on log out that it cant create the xml file for the inventory logger. Can anyone help with this? below is exception error txt.

Thanks

System.InvalidOperationException: There was an error generating the XML document. ---> System.InvalidCastException: [A]System.Collections.Generic.List`1[Mag.Shared.MyWorldObject] cannot be cast to System.Collections.Generic.List`1[Mag.Shared.MyWorldObject]. Type A originates from 'mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' in the context 'LoadNeither' at location 'C:\WINDOWS\assembly\GAC_32\mscorlib\2.0.0.0__b77a5c561934e089\mscorlib.dll'. Type B originates from 'mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' in the context 'LoadNeither' at location 'C:\WINDOWS\assembly\GAC_32\mscorlib\2.0.0.0__b77a5c561934e089\mscorlib.dll'.
at Microsoft.Xml.Serialization.GeneratedAssembly.XmlSerializationWriterList1.Write3_ArrayOfMyWorldObject(Object o)
--- End of inner exception stack trace ---
at System.Xml.Serialization.XmlSerializer.Serialize(XmlWriter xmlWriter, Object o, XmlSerializerNamespaces namespaces, String encodingStyle, String id)
at System.Xml.Serialization.XmlSerializer.Serialize(XmlWriter xmlWriter, Object o)
at MagTools.Inventory.InventoryLogger.DumpInventoryToFile(Boolean requestIdsIfItemDoesntHave)
at MagTools.Inventory.InventoryLogger.CharacterFilter_Logoff(Object sender, LogoffEventArgs e)