|
dev
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Read/Return the Framework version with the SP?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 >How do I determine if SP 1 has been installed on a remote server? Seehttp://support.microsoft.com/?kbid=318785 http://blogs.msdn.com/astebner/archive/2004/09/14/229802.aspx http://blogs.msdn.com/astebner/archive/2004/09/14/229574.aspx >I can use the following ImageRuntimeVersion returns the version an executable was compiled>Me.FrameworkVersionInfo.Text = >System.Reflection.Assembly.GetExecutingAssembly().ImageRuntimeVersion() against. It doesn't give you the currently installed or loaded CLR version. Mattias -- Mattias Sjögren [MVP] mattias @ mvps.org http://www.msjogren.net/dotnet/ | http://www.dotnetinterop.com Please reply only to the newsgroup. |
|||||||||||||||||||||||