• Dear Pleskians! The Plesk Forum will be undergoing scheduled maintenance on Monday, 7th of July, at 9:00 AM UTC. The expected maintenance window is 2 hours.
    Thank you in advance for your patience and understanding on the matter.

.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