Notice: This website is an unofficial Microsoft Knowledge Base (hereinafter KB) archive and is intended to provide a reliable access to deleted content from Microsoft KB. All KB articles are owned by Microsoft Corporation. Read full disclaimer for more details.

The .NET Framework 4.6.1 installation fails on Azure Cloud Service role


View products that this article applies to.

Symptoms

When you try to install the .NET Framework 4.6.1 on Azure Cloud Service virtual machines, the installer may fail with a "disk full" error ([HRESULT = 0x80070070 - ERROR_DISK_FULL]).

↑ Back to the top


Cause

The .NET framework 4.6.1 installer now uses the %TEMP% folder to extract and install files. The %TEMP% environment on Azure Cloud Service Virtual Machines is limited to 100 MB, and this causes the installer to fail with the "disk full" error.  

↑ Back to the top


Resolution

To work around this issue, define a local resource for your Azure cloud service that reserves at least 1 GB of space, and then redirect the %TEMP% folder to this local resource.

For more information, see Install the .NET Framework on a Cloud Service role.

↑ Back to the top


Keywords: kbsurveynew, kbtshoot, kbexpertiseadvanced, kb

↑ Back to the top

Article Info
Article ID : 3115269
Revision : 1
Created on : 1/7/2017
Published on : 11/24/2015
Exists online : False
Views : 310