I'm trying to install .NET 3.5 feature to my Windows Server 2012 R2 Foundation server, and I'm getting some errors
Error from the GUI and PowerShell:
Error 0x80073701 Cannot find the referred assembly.
Error by cmd DISM:
Image versión: 6.3.9600.17031
Enabling feature
[===============17.4% ]
Error: 14081
Cannot find the referred assembly
I went to the log file in c:\windows\logs\DSIM and c:\windows\logs\CBS
and I found this line errors:
2015-10-19 12:34:21, Error CSI 0000000d (F) STATUS_SXS_ASSEMBLY_MISSING #639952# from CCSDirectTransaction::OperateEnding at index 0 of 1 operations, disposition 2[gle=0xd015000c]
2015-10-19 12:34:21, Error CSI 0000000e (F) HRESULT_FROM_WIN32(ERROR_SXS_ASSEMBLY_MISSING) #639835# from Windows::ServicingAPI::CCSITransaction::ICSITransaction_PinDeployment(Flags = 0,
a = Microsoft-Windows-NetFx3-Deployment-LanguagePack, Version = 6.3.9600.16384, pA = PROCESSOR_ARCHITECTURE_AMD64 (9), Culture = [l:10{5}]"de-DE", VersionScope = 1 nonSxS, PublicKeyToken = {l:8 b:31bf3856ad364e35}, Type neutral, TypeName neutral,
PublicKey neutral, cb = (null), s = (null), rid = [93]"Microsoft-Windows-NetFx3-Server-OC-Package~31bf3856ad364e35~amd64~de-DE~6.3.9600.16384.NetFx3", rah = (null), manpath = (null), catpath = (null), ed = 0, disp = 0)[gle=0x80073701]
2015-10-19 12:34:21, Error CBS Failed to process single phase execution. [HRESULT = 0x80073701 - ERROR_SXS_ASSEMBLY_MISSING]
Any ideas of what's happening?
Cesar K-rrillo