• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

.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