Aspnetcore.docs: Microsoft Visual C++ 2015 Redistributable - 64 bit or 32 bit

Created on 3 Oct 2019  Â·  3Comments  Â·  Source: dotnet/AspNetCore.Docs

I assume I can take the 64 bit if the system supports it - correct?


Document Details

⚠ Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.

P2 Source - Docs.ms doc-enhancement

Most helpful comment

This was only part of the 1.0/1.1 hosting bundles. The .NET Core runtime bundle that we shipped back then downloaded and installed the C++ runtime if it wasn't installed on the machine. We listed it explicitly because enterprise customers in locked down environments ran into problem when the servers didn't have outside internet connections so their admins had to manually download and copy the c++ redists to the servers, install it and only then could they install the hosting bundle.

All 3 comments

@joeloff, do you know why the hosting bundle installer requires the Microsoft Visual C++ 2015 Redistributable? We were discussing this on a PR yesterday, but engineering didn't know why the installer was installing it.

How does the hosting bundle installer handle this? Does it install both x86 and x64?

I'm inclined to make the guidance say, as @jawn suggests, to install both if the system is x64.

This was only part of the 1.0/1.1 hosting bundles. The .NET Core runtime bundle that we shipped back then downloaded and installed the C++ runtime if it wasn't installed on the machine. We listed it explicitly because enterprise customers in locked down environments ran into problem when the servers didn't have outside internet connections so their admins had to manually download and copy the c++ redists to the servers, install it and only then could they install the hosting bundle.

Thanks @joeloff ... time to 🔪 this remark.

Was this page helpful?
0 / 5 - 0 ratings