Windows error 0x800702E4, -2147024156

Detailed Error Information

ELEVATION_REQUIRED[1]

MessageThe requested operation requires elevation.
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 Code740 (0x02e4)

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

Questions

4votes
1answer

.NET 3.5 ActiveX dll InteropServices.COMException

Using vs2008 .NET 3.5 SP1 I am trying to use an ActiveX dll in my c# console application project and I am getting this runtime exception: System.Runtime.InteropServices.COMException (0x800702E4): Retrieving the COM class factory for component with CLSID {4E58088E-7275-4EAA-8958-A9CCC971DDE9} failed due to the following error: 800702e4. How do I go about [...] read more
.net-3.5
interop
activex
3votes
2answers

Task Scheduler won't start various programs on startup

For example it starts SpeedFan without any problem, and with same settings, or even in the same Task, if I add for example other .exe software like FTP server software Gene6 FTP Server it simply doesn't start for any reason and nothing happens and it has to be started manually [...] read more
windows-8
boot
task-scheduler
1vote
1answer

When does burn for WiX toolset use C:\ProgramData\Package Cache\ vs C:\Users\...\AppData\Local\Package Cache?

I now encounter weird errors. I have a bundle project (calling bundle A) that is perfectly working, and now I am working on a bundles that is created again from the bundle A. (calling this new bundle B) Even though the prerequisite exe has not changed, nor the <ExePackage ...> [...] read more
windows
installation
wix
windows-installer
wix3.11
1vote
1answer

Run C# WPF application with uiAccess = true in manifest at startup

The application needs to stay on top of metro, hence the need for the uiAccess flag. This is a recent change in the application. In the previous version, where the uiAccess flag was not set, we could set the application to run on user access using this scheduled task: <?xml [...] read more
c#
windows
scheduled-tasks
1vote
1answer

Async and Visual Studio failure handling

From MSDN: > If the method that the async keyword modifies doesn't contain an await > expression or statement, the method executes synchronously. In VSPackage I have 2 commands: private void FirstMenuCommand(object sender, EventArgs e) { ThrowElevationRequired(); } private void SecondMenuCommand(object sender, EventArgs e) { ThrowElevationRequiredAsync(); } Both of this [...] read more
.net
visual-studio
async-await
visual-studio-extensions
vspackage
1vote
0answers

How to Use COM Interop to Create an Excel Spreadsheet

I want to create a Microsoft.Office.Interop.Excel.Application object using asp.net. However, when I write the following line, an exception is thrown. var app = new Microsoft.Office.Interop.Excel.Application(); Error Message: > Retrieving the COM class factory for component with CLSID > {00024500-0000-0000-C000-000000000046} failed due to the following error: > 800702e4 The requested operation [...] read more
c#
asp.net
excel
com-interop
0votes
1answer

COM Exception: 0x800702E4 in mscorlib while accessing referenced dll function

suddenly I have a problem calling any function from a referenced DLL assembly. If I run my assembly without admin privileges I'm getting a COM Exception. This COM Exception only raises on my development Maschine, on any other Maschine with the same user right's (Active Directory Domain & Local Rights) [...] read more
c#
exception
com
elevated-privileges
0votes
3answers

JIT error debugging

Can anyone help me with this error. How to debug this? I made a code running well on my machine. But on my friends machine it gave this runtime error. I am using interop library in my code to make ppt. See the end of this message for details on [...] read more
c#
.net
interop
jit
0votes
1answer

COM Exception: 0x800702E4 in 3rd party DLL while accessing referenced dll function

I am facing this issue in a particular window 8.1 OS. This is working fine in Window 7 and Window 10. Before this issue window 8.1 OS was having WMI corrupt issue, i have fix this WMI service and my other services is working fine but suddenly getting below error. [...] read more
c#
exception
com
wmi
elevated-privileges

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