Skip to content

Commit 6bb9cf6

Browse files
authored
Remove Microsoft Visual C++ guidance (dotnet#14836)
1 parent 1c4b7cf commit 6bb9cf6

File tree

2 files changed

+1
-15
lines changed

2 files changed

+1
-15
lines changed

aspnetcore/host-and-deploy/azure-iis-errors-reference.md

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -34,18 +34,6 @@ The list of errors in this topic isn't exhaustive. If you encounter an error not
3434

3535
[!INCLUDE[Azure App Service Preview Notice](../includes/azure-apps-preview-notice.md)]
3636

37-
## Installer unable to obtain VC++ Redistributable
38-
39-
* **Installer Exception:** 0x80072efd **--OR--** 0x80072f76 - Unspecified error
40-
41-
* **Installer Log Exception†:** Error 0x80072efd **--OR--** 0x80072f76: Failed to execute EXE package
42-
43-
†The log is located at *C:\Users\{USER}\AppData\Local\Temp\dd_DotNetCoreWinSvrHosting__{TIMESTAMP}.log*.
44-
45-
Troubleshooting:
46-
47-
If the system doesn't have Internet access while [installing the .NET Core Hosting Bundle](xref:host-and-deploy/iis/index#install-the-net-core-hosting-bundle), this exception occurs when the installer is prevented from obtaining the *Microsoft Visual C++ 2015 Redistributable*. Obtain an installer from the [Microsoft Download Center](https://www.microsoft.com/download/details.aspx?id=53840). If the installer fails, the server may not receive the .NET Core runtime required to host a [framework-dependent deployment (FDD)](/dotnet/core/deploying/#framework-dependent-deployments-fdd). If hosting an FDD, confirm that the runtime is installed in **Programs & Features** or **Apps & features**. If a specific runtime is required, download the runtime from the [.NET Download Archives](https://dotnet.microsoft.com/download/archives) and install it on the system. After installing the runtime, restart the system or restart IIS by executing **net stop was /y** followed by **net start w3svc** from a command prompt.
48-
4937
## OS upgrade removed the 32-bit ASP.NET Core Module
5038

5139
**Application Log:** The Module DLL **C:\WINDOWS\system32\inetsrv\aspnetcore.dll** failed to load. The data is the error.
@@ -245,8 +233,6 @@ Troubleshooting:
245233

246234
If a specific runtime is required, download the runtime from the [.NET Download Archives](https://dotnet.microsoft.com/download/archives) and install it on the system. Complete the installation by restarting the system or restarting IIS by executing **net stop was /y** followed by **net start w3svc** from a command prompt.
247235

248-
* An FDD may have been deployed and the *Microsoft Visual C++ 2015 Redistributable (x64)* isn't installed on the system. Obtain an installer from the [Microsoft Download Center](https://www.microsoft.com/download/details.aspx?id=53840).
249-
250236
## Incorrect arguments of \<aspNetCore> element
251237

252238
::: moniker range=">= aspnetcore-2.2"

aspnetcore/host-and-deploy/iis/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,7 @@ Enable the **IIS Management Console** and **World Wide Web Services**.
291291

292292
## Install the .NET Core Hosting Bundle
293293

294-
Install the *.NET Core Hosting Bundle* on the hosting system. The bundle installs the .NET Core Runtime, .NET Core Library, and the [ASP.NET Core Module](xref:host-and-deploy/aspnet-core-module). The module allows ASP.NET Core apps to run behind IIS. If the system doesn't have an Internet connection, obtain and install the [Microsoft Visual C++ 2015 Redistributable](https://www.microsoft.com/download/details.aspx?id=53840) before installing the .NET Core Hosting Bundle.
294+
Install the *.NET Core Hosting Bundle* on the hosting system. The bundle installs the .NET Core Runtime, .NET Core Library, and the [ASP.NET Core Module](xref:host-and-deploy/aspnet-core-module). The module allows ASP.NET Core apps to run behind IIS.
295295

296296
> [!IMPORTANT]
297297
> If the Hosting Bundle is installed before IIS, the bundle installation must be repaired. Run the Hosting Bundle installer again after installing IIS.

0 commit comments

Comments
 (0)