Have the following line of code
// Load screen containers
serverTest = document.SelectSingleNode("Server/". this.serverName . "/test").InnerText;
C# isn't liking the "." concatenation character, not sure what to do here.
serverTest is a property of my class btw
Oops was using PHP concatenation character, was using that language an hour ago.
Could one of the mods delete this one, sorry for taking up space.