• Inviting everyone who uses WordPress management tools in Plesk
    The Plesk team is conducting a 60-minute research session that includes an interview and a moderated usability test.
    To participate, please use this link .
    Your experience will help shape product decisions and ensure the tools better support real-world use cases.

.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