• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

.NET Framework is not installed

D

DennyDotNet

Guest
Why when I run the aspnetcfg command-line utility does it tell me that ".NET Framework version 2.0... is not installed" ? Also when I click the ASP.NET button on my domain control panel I receive an error:

System.Exception: .NET Frameword version 2.0.50727.0 not found.
at ASPNETConfigure.ASPNETConfiguration.normalizeFrameworkVer(Version ver)
at ASPNETConfigure.ASPNETConfiguration.getFrameworkVerPath(Version ver)
at ASPNETConfigure.ASPNETConfiguration.getMachineConfigFilePath(Version ver)
at ASPNETConfigure.ASPNETCfgApp.run(String[] args)
at ASPNETConfigure.ASPNETCfgApp.Main(String[] args)


I run the aspnet_regiis -lv utility and I have verified that ASP.NET 2.0 is installed:

>aspnet_regiis -lv
2.0.50727.0 Valid (Root) C:\WINDOWS\Microsoft.NET\Framework64\v2.0.50727\
\aspnet_isapi.dll
2.0.50727.0 Valid (Root) C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\as
pnet_isapi.dll

I am using the 32-bit version.
 
Back
Top