What is the SP for Dotnet framework...

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,

I've installed MS.Net Framework 1.1 on Windows 2003 server.
Can some one let me know,as,how to identify if any Dotnet SP is installed?
What are the steps involved in this?

Thanks,
Shyam
 
Hi Tim,

I went thru the page, and there is no iinformation about 2003. For instance,
Determine whether service packs are installed on the .NET Framework-->gives
information about the the service packs running in XP/2000. and nothing
related to 2003. Kindly advice!

Thanks,
Shyam
 
I'm not running 2003 so I'm somewhat blind on this one, but have you checked
the SP version using the registry keys given toward the bottom of the
article? Even though the instructions are for 2000/XP, have you tried
running mmc and checking it out anyways?
 
You can use the registry key as described (also available on server 2003)

The registry key is HKEY_LOCAL_MACHINE\Software\Microsoft\Net Framework
Setup\NDP\v1.1.4322

If SP1 is installed DWORD SP is set to 1
 
That's probably because Server 2003 already has the 1.1 framework
pre-installed - it's part of the OS, so it's not clear to me exactly what
you installed - maybe the SDK? Fusion.dll in the 1.1 framework folder is
perhaps the best indicator of levels - I think 1.1.4322.2032 is the 1.1 SP1.
 
Back
Top