.NET Framework
7 posts tagged with this.
-
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
-
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
-
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.
-
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
-
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
-
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
-
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