Category: .NET

Win32 COM Error – RPC_E_INVALID_DATA – 0x8001000F

In this post, you’ll learn more about the Error RPC_E_INVALID_DATA – 0x8001000F that is returned when working with the COM-based APIs in Win32 Win32 COM Error RPC_E_INVALID_DATA – 0x8001000F Win32 COM Error Error Description Received data is invalid; could be server or client data.

Win32 COM Error – CRYPT_E_NO_REVOCATION_DLL – 0x80092011

In this post, you’ll learn more about the Error CRYPT_E_NO_REVOCATION_DLL – 0x80092011 that is returned when working with the COM-based APIs in Win32 Win32 COM Error CRYPT_E_NO_REVOCATION_DLL – 0x80092011 Win32 COM Error Error Description No Dll or exported function was found to verify revocation.

Win32 COM Error – WS_E_NOT_SUPPORTED – 0x803D0017

In this post, you’ll learn more about the Error WS_E_NOT_SUPPORTED – 0x803D0017 that is returned when working with the COM-based APIs in Win32 Win32 COM Error WS_E_NOT_SUPPORTED – 0x803D0017 Win32 COM Error Error Description The requested feature is not available on this platform.

Win32 COM Error – RPC_E_SERVER_CANTUNMARSHAL_DATA – 0x8001000E

In this post, you’ll learn more about the Error RPC_E_SERVER_CANTUNMARSHAL_DATA – 0x8001000E that is returned when working with the COM-based APIs in Win32 Win32 COM Error RPC_E_SERVER_CANTUNMARSHAL_DATA – 0x8001000E Win32 COM Error Error Description The server (callee) cannot unmarshal the parameter data – low memory, etc.

Win32 COM Error – SPAPI_E_DRIVER_STORE_DELETE_FAILED – 0x800F024C

In this post, you’ll learn more about the Error SPAPI_E_DRIVER_STORE_DELETE_FAILED – 0x800F024C that is returned when working with the COM-based APIs in Win32 Win32 COM Error SPAPI_E_DRIVER_STORE_DELETE_FAILED – 0x800F024C Win32 COM Error Error Description A problem was encountered while attempting to delete the driver from the store.

Win32 COM Error – CONVERT10_E_OLESTREAM_FMT 0x800401C2

In this post, you’ll learn more about the Error CONVERT10_E_OLESTREAM_FMT 0x800401C2 that is returned when working with the COM-based APIs in Win32 Win32 COM Error CONVERT10_E_OLESTREAM_FMT 0x800401C2 Win32 COM Error Error Description Contents of the OLESTREAM not in correct format

Win32 COM Error – CO_E_SERVER_NOT_PAUSED 0x80004026

In this post, you’ll learn more about the Error CO_E_SERVER_NOT_PAUSED 0x80004026 that is returned when working with the COM-based APIs in Win32 Win32 COM Error CO_E_SERVER_NOT_PAUSED 0x80004026 Win32 COM Error Error Description Activations on the server are not paused.

Win32 COM Error – CO_E_OBJNOTCONNECTED 0x800401FD

In this post, you’ll learn more about the Error CO_E_OBJNOTCONNECTED 0x800401FD that is returned when working with the COM-based APIs in Win32 Win32 COM Error CO_E_OBJNOTCONNECTED 0x800401FD Win32 COM Error Error Description Object is not connected to server

Win32 COM Error – DIGSIG_E_EXTENSIBILITY – 0x800B0007

In this post, you’ll learn more about the Error DIGSIG_E_EXTENSIBILITY – 0x800B0007 that is returned when working with the COM-based APIs in Win32 Win32 COM Error DIGSIG_E_EXTENSIBILITY – 0x800B0007 Win32 COM Error Error Description Reading / writing Extensions where Attributes are appropriate, and visa versa.

Win32 COM Error – CO_E_FAILEDTOGETWINDIR – 0x80010134

In this post, you’ll learn more about the Error CO_E_FAILEDTOGETWINDIR – 0x80010134 that is returned when working with the COM-based APIs in Win32 Win32 COM Error CO_E_FAILEDTOGETWINDIR – 0x80010134 Win32 COM Error Error Description Unable to obtain the Windows directory

Win32 COM Error – SCARD_E_PROTO_MISMATCH – 0x8010000F

In this post, you’ll learn more about the Error SCARD_E_PROTO_MISMATCH – 0x8010000F that is returned when working with the COM-based APIs in Win32 Win32 COM Error SCARD_E_PROTO_MISMATCH – 0x8010000F Win32 COM Error Error Description The requested protocols are incompatible with the protocol currently in use with the smart card.

Win32 COM Error – ERROR_MONITOR_NO_MORE_DESCRIPTOR_DATA – 0xC0261008

In this post, you’ll learn more about the Error ERROR_MONITOR_NO_MORE_DESCRIPTOR_DATA – 0xC0261008 that is returned when working with the COM-based APIs in Win32 Win32 COM Error ERROR_MONITOR_NO_MORE_DESCRIPTOR_DATA – 0xC0261008 Win32 COM Error Error Description There is no monitor descriptor data at the specified (offset, size) region.

Win32 COM Error – ERROR_MONITOR_INVALID_USER_FRIENDLY_MONDSC_BLOCK – 0xC0261007

In this post, you’ll learn more about the Error ERROR_MONITOR_INVALID_USER_FRIENDLY_MONDSC_BLOCK – 0xC0261007 that is returned when working with the COM-based APIs in Win32 Win32 COM Error ERROR_MONITOR_INVALID_USER_FRIENDLY_MONDSC_BLOCK – 0xC0261007 Win32 COM Error Error Description Provided monitor descriptor block is either corrupted or does not contain monitor’s user friendly name.

Win32 COM Error – TRUST_E_EXPLICIT_DISTRUST – 0x800B0111

In this post, you’ll learn more about the Error TRUST_E_EXPLICIT_DISTRUST – 0x800B0111 that is returned when working with the COM-based APIs in Win32 Win32 COM Error TRUST_E_EXPLICIT_DISTRUST – 0x800B0111 Win32 COM Error Error Description The certificate was explicitly marked as untrusted by the user.

ADO run-time Error – adErrCatalogNotSet

In this post, you’ll learn more about the Error adErrCatalogNotSet that is returned when working with the SQL database and ADO connections from your applications ADO run-time Error adErrCatalogNotSet ADO run-time Error Description Operation requires a valid ParentCatalog.

.NET API MessageQueueErrorCode Error -1072824286 – SenderIdBufferTooSmall

In this post, you’ll learn more about the Error Code -1072824286 – SenderIdBufferTooSmall that is returned when working with the Message Queuing application in .NET .NET API MessageQueueErrorCode Error -1072824286 – SenderIdBufferTooSmall MessageQueueErrorCode .NET API Error Description Message text: The passed buffer for the user identifier property is too small. Message Queuing returns this error when the supplied sender identification buffer is too small. See…