Tag

.NET Framework

7 posts tagged with this.

  1. Knowledge BaseWindows Cloud Hosting
    · 3 min read

    Fixing System.ComponentModel.Win32Exception: Access is Denied

    The System.ComponentModel.Win32Exception: Access is denied error occurs after publishing .NET 4.5 or higher applications when the runtime cannot execute bin/roslyn/csc.exe due to missing permissions. This guide provides context on why it happens on Windows hosting plus two proven solutions: uninstal

  2. Knowledge BaseWHMCS Modules
    · 4 min read

    System Requirements for Pushover Client for Windows

    The Pushover Client for Windows requires .NET Framework 4.0+, Visual C++ 2010 Runtime, a persistent internet connection, and Windows Vista or newer. This guide details each requirement, verification steps with PowerShell checks, installation instructions, network considerations, and troubleshooting

  3. Knowledge BaseWeb Hosting
    · 2 min read

    Fix 'An Unexpected Error Occurred on Send' in IIS Remote Management

    The 'An unexpected error occurred on send' error when connecting to IIS Remote Management is caused by .NET using outdated TLS versions unsupported by the servers. Resolve it by setting SchUseStrongCrypto and SystemDefaultTlsVersions registry keys with these PowerShell commands, then restart.

  4. SalesWindows Cloud Hosting
    · 2 min read

    Is ASP.NET Full Trust Mode Available?

    Yes, our Windows services support and only support ASP.NET full trust mode. It is enabled by default with no configuration required. Create your website, select the ASP.NET version, and deploy your application immediately. Full trust removes CAS restrictions that commonly break components needing fi

  5. SalesWindows Cloud Hosting
    · 3 min read

    MySQL ODBC and .NET Connector Support on ASPnix Windows Hosting

    ASPnix Windows shared hosting servers include pre-installed MySQL ODBC drivers (legacy v3 and GA v5) and .NET connectors for .NET 2.0 and 4.0. This guide details version compatibility, provides C# connection examples for both interfaces, outlines best practices, and identifies common pitfalls when i

  6. Windows Cloud Hosting
    · 3 min read

    Cannot Find or Select .NET 3.5 or .NET 4.5

    This is expected behavior. .NET 3.5 extends .NET 2.0 so enabling 2.0 provides access to its libraries and features. .NET 4.5 replaces .NET 4.0 so any 4.x selection activates 4.5 capabilities. This guide details the version mappings, control panel choices, web.config examples, and troubleshooting for

  7. Knowledge BaseWeb Hosting
    · 2 min read

    What versions of .NET Framework or .NET Core are available?

    Our Windows shared servers support .NET Framework from 2.0 to 4.8 and .NET Core/.NET from 1.0.16 through 10.0 (Preview 1). This guide lists every available runtime so you can match your application's target framework, avoid compatibility errors, and leverage the best performance and security updates