Windows error 0x800736FD, -2147010819

Detailed Error Information

SXS_UNTRANSLATABLE_HRESULT[1]

MessageAn HRESULT could not be translated to a corresponding Win32 error code.
Declared inwinerror.h

HRESULT analysis[2]

FlagsSeverityFailure
Reserved (R)false
OriginMicrosoft
NTSTATUSfalse
Reserved (X)false
FacilityCode7 (0x007)
NameFACILITY_WIN32[2][1]
DescriptionThis region is reserved to map undecorated error codes into HRESULTs.[2][1]
Error Code14077 (0x36fd)

This is a Win32 error which has been mapped into an HRESULT. More information may be available in error 0x000036fd.

Questions

4votes
1answer

microsoft visual c++ 2008 redistributable package x64, error 1935

I am working on Alienware 17, OS Windows 10 preview. When I try to install Open office it in turn tries to Install Microsoft visual c++ 2008 redistributable package x64 which then gives me following error. enter image description here [https://i.stack.imgur.com/A05dj.png] I get same error if I try downloading and [...] read more
openoffice
windows-10-preview
4votes
5answers

Why can't I install TortoiseGit 1.6.3.0 on Windows 7?

My laptop is running Windows 7 Home Basic. Every time I try to install TortoiseGit 1.6.3.0, it quits about 3/4 of the way through with the message: > An error occurred during the installation of assembly component > {89EDD3A9-944B-3257-8484-D6EB6A00DDF5}. > HRESULT: 0x800736FD How can I fix this problem? read more
git
windows-7
tortoisegit
3votes
1answer

How to install unmanaged shared side-by-side assembly

As a proof of concept I am trying to install dummy DLL as a shared side-by-side assembly. I have created a .dll vith embedded version info resource, created manifest and .cat file, and used sxs.dll functionality to InstallAssembly() but this function kept returning 0x800736FD (ERROR_SXS_UNTRANSLATABLE_HRESULT:An HRESULT could not be translated [...] read more
windows
side-by-side
0votes
2answers

Unable to install VS2005 redist @W7 64bit

I am struggling with installing VS2005 64/x86 redistributable for W7 64bit: During install it displays an error: > Error 1935: An error occured during the installation of assembly > 'Microsoft.VC90.ATL, version 9.0.30729.1,publicKeyToken="1fc8b3b9a1e18e3b", > processorArchitecture="amd64",type="win32"'. Please refer to Help and Support > for more information. HRESULT: 0x800736FD Spent like 2 hours [...] read more
windows-7
redistributable
0votes
0answers

Error installing SQLServer 2016 on windows server 2016

I've been trying to install SQLServer 2016 on a Windows VM (Windows Server 2016), but continuously get below error: Error installing SQL Server 2008 Setup Support Files An error occurred during the installation of assembly 'Microsoft.VC80.ATL,version="8.0.50727.1833",publicKeyToken="1fc8b3b9a1e18e3b",processorArchitecture="x86",type="win32"'. Please refer to Help and Support for more information. HRESULT: 0x800736FD. Error code: 1935 [...] read more
sql-server-2016
windows-server-2016
azure-vm
0votes
2answers

Unable to install managed DLL assembly from MSI Installer - Error 1935 HRESULT=0x800736FD

I'm building a managed DLL that is bundled in an MSI along with the appropriately signed catalog. MSI installation fails reporting the assembly name, processorArchitecture, etc. Running MSIEXEC with verbose logging, the following is shown: > MSI (s) (64:DC) [14:31:33:754]: Assembly Error:An HRESULT could not be > translated to a [...] read more
wix
windows-installer
.net-assembly
managed
winsxs
0votes
1answer

ERROR: 1935 when installing an assembly to WinSxS

I have a Win32 assembly which I've been deploying though the installer into WinSxS. Everything worked fine till recently when I upgraded my projects to VS2013. Since upgrading, I've noticed that the installer is throwing up an error and rolling back the installation. On verification, I realized that the the [...] read more
winapi
visual-studio-2013
installation
installshield
winsxs
0votes
1answer

Error Reparing VMWare Client Tools Win2008

When I tried to "repair" client tools in Win2008 64bit, I got error message as Product: VMware Tools -- Error 1935.An error occurred during the installation of assembly 'policy.8.0.Microsoft.VC80.CRT,publicKeyToken="1fc8b3b9a1e18e3b",type="win32-policy",version="8.0.50727.762",processorArchitecture="x86"'. Please refer to Help and Support for more information. HRESULT: 0x800736FD. assembly interface: IAssemblyCacheItem, function: Commit, component: {63E949F6-03BC-5C40-A01F-C8B3B9A1E18E} Any clue how [...] read more
vmware-tools

Comments

Leave a comment

(plain text only)

Sources

  1. winerror.h from Windows SDK 10.0.14393.0
  2. https://msdn.microsoft.com/en-us/library/cc231198.aspx

User contributions licensed under CC BY-SA 3.0