• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.

.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