When setting up new instance of SQL 2012 I encounter following error on a step: setup files installations.
An error occurred during the installation of assembly 'Microsoft.VC80.ATL,version="8.0.50727.4053",publicKeyToken="1fc8b3b9a1e18e3b",processorArchitecture="amd64",type="win32"'. Please refer to Help and Support for more information. HRESULT: 0x80070003.
SqlSupport_Cpu64_1_ComponentUpdate.log says:
MSI (s) (6C:1C) [19:21:04:860]: Note: 1: 1935 2: {837BF1EB-D770-94EB-A01F-C8B3B9A1E18E} 3: 0x80070003 4: IAssemblyCache 5: CreateAssemblyCacheItem 6: Microsoft.VC80.ATL,version="8.0.50727.4053",publicKeyToken="1fc8b3b9a1e18e3b",processorArchitecture="amd64",type="win32"
MSI (s) (6C:1C) [19:21:04:860]: Assembly Error (sxs): Please look into Component Based Servicing Log located at %windir%\logs\cbs\cbs.log to get more diagnostic information.
MSI (s) (6C:1C) [19:21:24:097]: Product: Microsoft SQL Server 2012 Setup (English) -- Error 1935. An error occurred during the installation of assembly 'Microsoft.VC80.ATL,version="8.0.50727.4053",publicKeyToken="1fc8b3b9a1e18e3b",processorArchitecture="amd64",type="win32"'.
Please refer to Help and Support for more information. HRESULT: 0x80070003. assembly interface: IAssemblyCache, function: CreateAssemblyCacheItem, component: {837BF1EB-D770-94EB-A01F-C8B3B9A1E18E}
Error 1935. An error occurred during the installation of assembly 'Microsoft.VC80.ATL,version="8.0.50727.4053",publicKeyToken="1fc8b3b9a1e18e3b",processorArchitecture="amd64",type="win32"'. Please refer to Help and
Support for more information. HRESULT: 0x80070003. assembly interface: IAssemblyCache, function: CreateAssemblyCacheItem, component: {837BF1EB-D770-94EB-A01F-C8B3B9A1E18E}
08/21/2018 19:21:24.099 [3948]: Assembly Install: Failing with hr=80070005 at RemoveDirectoryAndChildren, line 393
08/21/2018 19:21:24.099 [3948]: Detailed info about C:\Windows\assembly\tmp\4JYDOCQ2\Microsoft.SqlServer.GridControl.dll
Full logs in this link: https://1drv.ms/u/s!ArevmpogKPR9gd4dayUsKwoRWTjMkw
Can anyone help with above?