The type `System.Xml.XmlNodeList' is defined in an assembly that is not referenced.Fixed
I have tried to use BetterChat and DiscordMessages but get an error compiling;

19:17:31 [Error] Error while compiling: BetterChat.cs(361,46): error CS0012: The type `System.Xml.XmlNodeList' is defined in an assembly that is not referenced. Consider adding a reference to assembly `System.Xml, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'
​
[SERVER v1.0.24] Console: BetterChat.cs(361,46): error CS0012: The type `System.Xml.XmlNode' is defined in an assembly that is not referenced. Consider adding a reference to assembly `System.Xml, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'
F:\TCAFiles\Users\GamingAlliance\10\Assembly-CSharp.dll (Location of the symbol related to previous error)
BetterChat.cs(361,46): error CS0012: The type `System.Xml.XmlNodeList' is defined in an assembly that is not referenced. Consider adding a reference to assembly `System.Xml, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'
F:\TCAFiles\Users\GamingAlliance\10\Assembly-CSharp.dll (Location of the symbol related to previous error)
19:17:39 [Error] Error while compiling: DiscordMessages.cs(765,39): error CS0012: The type `System.Xml.XmlNodeList' is defined in an assembly that is not referenced. Consider adding a reference to assembly `System.Xml, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'
​
[SERVER v1.0.24] Console: DiscordMessages.cs(584,17): warning CS0219: The variable `unused' is assigned but its value is never used
DiscordMessages.cs(594,17): warning CS0219: The variable `unused' is assigned but its value is never used
DiscordMessages.cs(621,17): warning CS0219: The variable `unused' is assigned but its value is never used
DiscordMessages.cs(654,17): warning CS0219: The variable `unused' is assigned but its value is never used
DiscordMessages.cs(765,39): error CS0012: The type `System.Xml.XmlNode' is defined in an assembly that is not referenced. Consider adding a reference to assembly `System.Xml, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'
F:\TCAFiles\Users\GamingAlliance\10\Assembly-CSharp.dll (Location of the symbol related to previous error)
DiscordMessages.cs(765,39): error CS0012: The type `System.Xml.XmlNodeList' is defined in an assembly that is not referenced. Consider adding a reference to assembly `System.Xml, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'
F:\TCAFiles\Users\GamingAlliance\10\Assembly-CSharp.dll (Location of the symbol related to previous error)​


not sure whats wrong?

Is it because i dont have "Assembly-CSharp.dll" in the server root?

Tried putting "Assembly-CSharp.dll" int he root directory, found in server files, but same error.

Looks like the 7 Days to Die server doesn't include the System.Xml DLLs, so you'd need to copy one of those over for them to work. We'll see about including that.
Locked automatically