Windows error 0x80040112, -2147221230

Detailed Error Information

CLASS_E_NOTLICENSED[1]

MessageClass is not licensed for use
Declared inwinerror.h

HRESULT analysis[2]

FlagsSeverityFailure
Reserved (R)false
OriginMicrosoft
NTSTATUSfalse
Reserved (X)false
FacilityCode4 (0x004)
NameFACILITY_ITF[2][1]
DescriptionThe source of the error code is COM/OLE Interface management.[2][1]
Error Code274 (0x0112)

Questions

2votes
1answer

Implement COM interface C++ / VC++ 6.0 / MFC

Entry level programmer here trying to implement a COM interface. I am working on a program that interfaces with the Aloha point of sale system. Aloha uses COM to work with external programs. I am trying to intercept card data from the mag card reader, which is an OPOS reader, [...] read more
c++
visual-c++
com
atl
1vote
1answer

An error occurred while testing the Mail Store

So i have this weird problem, i don't know how to solve. there is one user whenever i use that account to test Exchange connectivity from anywhere it fail with the following error. All other users work fine. Also this user is not able to load Outlook profile either due [...] read more
microsoft-outlook
microsoft-outlook-2016
exchange-2016
0votes
0answers

Certification Authority Error ID 44 Error Code 0x80040112

I had a windows server SP2 with the CA role activated, so the domain users could ask for a personal certificate. Suddenly, the Certification authority role has stoped, and when I try to bring it up it give me this error: - <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event"> - <System> <Provider Name="Microsoft-Windows-CertificationAuthority" Guid="{...}" EventSourceName="CertSvc" [...] read more
windows
certificate-authority
0votes
1answer

Update field in feature class in arcObjects

I have layer (feature class) in ArcGIS. The data is on Oracle 11g. I try to update a field in a row but when I do feature.store I get an error > Class is not licensed for use (Exception from HRESULT: 0x80040112) Attached code : private void UpdateFeatures(IFeatureClass featureClass, IFeatureWorkspace [...] read more
c#
arcgis
arcobjects
0votes
1answer

License in OCX file

> Please let me know how OCX licenses work. For an OCX I am getting the below error: The below control is giving the below error. pvdtb60.ocx > CoCreateInstance of OLE control {FD5CA3F6-52B9-11D2-ABB1-0040054FC6FB} failed. > Result code: 0x80040112 The control is already registered with regsvr32. > 0x80040112 error code corresponds [...] read more
visual-c++
visual-c++-6
0votes
1answer

Winsock instance exception

I'm trying to use MSWinSock in C# 2008, but it doen't work. I keep on getting this Exception: System.Runtime.InteropServices.COMException (0x80040112): Het maken van een exemplaar van het COM-onderdeel met CLSID {248DD896-BB45-11CF-9ABC-0080C7E7B78D} uit de IClassFactory is mislukt door de volgende fout: 80040112. I use this as my code: using System; using [...] read more
c#
com
0votes
1answer

VFP class license error

I have the occasional problem when I try to debug third party plugins sometimes I get OLE error code 0x80040112 class is not licensed for use and sometimes I get you have 14 day left for this demo license what is the cause of this and how can I add [...] read more
foxpro
visual-foxpro

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