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