W
wa4lef
How do I determine if SP 1 has been installed on a remote server?
I can use the following
Me.FrameworkVersionInfo.Text =
System.Reflection.Assembly.GetExecutingAssembly().ImageRuntimeVersion()
but it doesn't return any service pack info.
Thanks in advance
Greg
I can use the following
Me.FrameworkVersionInfo.Text =
System.Reflection.Assembly.GetExecutingAssembly().ImageRuntimeVersion()
but it doesn't return any service pack info.
Thanks in advance
Greg