asked on January 20, 2014
I am trying to use the Server property to return a string with the current server version. Does anyone know why it is returning a blank string?
//Get local server Server lfserver = new Server("localhost"); //Show version of local server MessageBox.Show(lfserver.Version);
0
0