.NET framework Initialization Error

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

Guest

Hi

I am getting this .NET Framework Initialization Error saying " Please set
registry key HKLM\Software\Microsoft\.NETFramework\InstallRoot
to point to the .NET Framework install location" when my maching boots up.
once I clickon the OK it will go away. is there a fix for this?

Thanks
 
Ollakal said:
Hi

I am getting this .NET Framework Initialization Error saying " Please set
registry key HKLM\Software\Microsoft\.NETFramework\InstallRoot
to point to the .NET Framework install location" when my maching boots up.
once I clickon the OK it will go away. is there a fix for this?

Does the directory specified by that registry value exist?

Start->Run, key in "regedit" and press "OK".

Navigate the the value mentioned in the error, and it should contain
something similar to:

C:\WINNT\Microsoft.NET\Framework\

....depending on where Windows is installed.

Once you've found where it is pointing to, see if you can find that
directory. If not, you may have to uninstall the .NET Framework and
reinstall it.

HTH,


aD
 
Back
Top