Currently i’m working on a game where i have to get some data from an XML file (questions, answers etc.)
I got the code working fine (was getting data from XML etc.), but all of a sudden it’s trowing errors
BCE0018: The name 'XmlNode' does not denote a valid type ('not found').
BCE0018: The name 'XmlDocument' does not denote a valid type ('not found').
I have really no clue what happend or why it doesn’t work anymore.
Also use:
import System.Xml;
I just don’t know where to look, because i didn’t change anything…
Can someone please help me, thanks!!