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
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
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
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
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
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
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
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