Windows error 0x8002802F, -2147319761

Detailed Error Information

TYPE_E_DLLFUNCTIONNOTFOUND[1]

MessageFunction not defined in specified DLL.
Declared inwinerror.h

HRESULT analysis[2]

FlagsSeverityFailure
Reserved (R)false
OriginMicrosoft
NTSTATUSfalse
Reserved (X)false
FacilityCode2 (0x002)
NameFACILITY_DISPATCH[2][1]
DescriptionThe source of the error code is a COM Dispatch.[2][1]
Error Code32815 (0x802f)

Questions

1vote
1answer

VSTO 4 MSI failed to install on virtual machine

Here's more detailed error code from verbose logging > MSI (s) (C4:FC) [17:44:17:683]: Executing op: > ComponentRegister(ComponentId={39A436F1-525F-4D9C-95E5-01D682F0FB25},KeyPath=<\Microsoft.VisualStudio.Tools.Applications.AddInAdapter.v9.0,version="9.0.0.0",publicKeyToken="b03f5f7f11d50a3a",processorArchitecture="MSIL",fileVersion="9.0.30729.4130",culture="neutral",State=3,,Disk=1,SharedDllRefCount=0,BinaryType=0) > MSI (s) (C4:FC) [17:44:17:683]: MSCOREE not loaded loading copy from system32 > MSI (s) (C4:FC) [17:44:17:683]: Assembly Error:Function not defined in > specified DLL. > > MSI (s) (C4:FC) [17:44:17:683]: Note: 1: [...] read more
.net
visual-studio-2010
vsto
windows-installer
virtual-machine
0votes
1answer

getting error 0x8002802f during ms office 2010 installation

I'm trying to install MS Office 2010 on Windows 7 Ultimate, but installation end up with following error code 0x8002802f. read more
windows-7
microsoft-office
microsoft-office-2010
0votes
2answers

Visual Studio 2010 Express installation. Error 1935

I'm trying to install Visual Studio 2010 Express. I got error 1935 during installation process. I tried many workarounds but still cant install it. I don't want to reinstall windows. Could some one help me? Error messages: The installer has encountered an unexpected error installing this package. This may indicate [...] read more
visual-studio-2010
0votes
1answer

What can cause .NET assembly registration to fail?

We've seen an issue where one of our installers (msi) returns the error code 2908, which is used to indicate that an assembly failed to register. Later in the installation, we get the following (sanitized) error: > MyAssemblyName, version="1.0.1.1", culture="neutral", > publicKeyToken="119EFC79848A50". Please refer to Help and Support for more [...] read more
.net
windows
windows-installer

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