When use Environment.OSVersion.Version.ToString();
on this mode
MessageBox.Show(Environment.OSVersion.Version.ToString());
show the value 6.2 when use ver
command on CMD return 6.3
I have Windows 8.1 Professional Edition Original
like this (the messageBox is a RadMessageBox from Telerik Controls):
Why?