Search for your error:
Example: "0x00000013"| Error name | Error number | Error description |
|---|---|---|
| 1. cc2AutoBuddyNotSet | Error 35756 | AutoBuddy not set, no potential buddy controls found. |
| 2. cc2BadFileNameOrNumber | Error 52 | Bad file name or number. |
| 3. cc2BuddyNotASibling | Error 35760 | BuddyControl must be a separate control within the same container. |
| 4. cc2CantStopAutoPlay | Error 35759 | Stop method does not effect AutoPlay property. |
| 5. cc2DataNotSetForFormat | Error 676 | Requested data was not supplied to the DataObject during the OLESetData event. |
| 6. cc2DataObjectLocked | Error 672 | DataObject formats list may not be cleared or expanded outside of the OLEStartDrag event. |
| 7. cc2DateOutOfRange | Error 35773 | A date was specified that doesn't fall within the MinDate and MaxData properties. |
| 8. cc2DTPickerError | Error 35788 | An error occurred in a call to the Windows DTPicker control. |
| 9. cc2ErrorClosingVideo | Error 35758 | Error closing open video file. |
| 10. cc2ErrorDuringSet | Error 35751 | Unable to set property. |
| 11. cc2ErrorOpeningVideo | Error 35752 | Unable to open AVI file. |
| 12. cc2ErrorPlayingVideo | Error 35753 | Unable to play AVI file. |
| 13. cc2ErrorStoppingVideo | Error 35757 | Error trying to stop playing video file. |
| 14. cc2ExpectedAnArgument | Error 673 | Expected at least one argument. |
| 15. cc2FileNotFound | Error 53 | File not found. |
| 16. cc2FormatNotByteArray | Error 675 | Non-intrinsic OLE drag and drop formats used with SetData require byte array data. GetData may return more bytes than were given to SetData. |
| 17. cc2GetNotSupported | Error 394 | Property is write-only. |
| 18. cc2InconsistentObject | Error 35750 | Internal state of the control has become corrupted. |
| 19. cc2InvalidMaxDate | Error 35771 | An invalid date was specified for the MaxDate property. |
| 20. cc2InvalidMaxDateMin | Error 35774 | A value was specified for the MaxDate property that is lower than the current value of MinDate. |
| 21. cc2InvalidMinDate | Error 35772 | An invalid value was specified for the MinDate property. |
| 22. cc2InvalidMinDateMax | Error 35775 | A value was specified for the MinDate property that is higher than the current value of MaxDate. |
| 23. cc2InvalidObjectUse | Error 425 | Invalid object use. |
| 24. cc2InvalidProcedureCall | Error 5 | Invalid procedure call. |
| 25. cc2InvalidPropertyValue | Error 380 | Invalid property value. |
| 26. cc2InvalidRange | Error 35770 | An invalid date range was specified. |
| 27. cc2InvalidRowColTotal | Error 35777 | A value was specified for MonthRows that would cause the total number of months (ie. MonthRows * MonthCols) to be greater than 12. |
| 28. cc2InvalidRowColValue | Error 35776 | A value was specified for MonthRows or MonthColumns that is not between 1 and 12. |
| 29. cc2MonthViewError | Error 35778 | An error occurred in a call to the Windows MonthView control. |
| 30. cc2NoUpDownAsBuddy | Error 35761 | An UpDown control cannot be buddied with another UpDown control. |
| 31. cc2NoValidBuddyCtl | Error 35754 | BuddyControl property must be set first. |
| 32. cc2NullValueNotAllowed | Error 35787 | Can't set Value to NULL when CheckBox property = FALSE. |
| 33. cc2RecursiveOleDrag | Error 674 | Illegal recursive invocation of OLE drag and drop. |
| 34. cc2ScrollValueOutOfRange | Error 35789 | Scroll value is out of range. |
| 35. cc2SetDayMultiSelectOn | Error 35779 | Can't set Day property when MultiSelect = True. |
| 36. cc2SetDayOfWeekMultiSelectOn | Error 35780 | Can't set DayOfWeek property when MultiSelect = True. |
| 37. cc2SetMaxSelCountMultiSelectOff | Error 35784 | Can't set MaxSelCount property when MultiSelect = False. |
| 38. cc2SetMonthMultiSelectOn | Error 35781 | Can't set Month property when MultSelect = True. |
| 39. cc2SetNotSupported | Error 383 | Property is read-only. |
| 40. cc2SetNotSupportedAtRuntime | Error 382 | Property cannot be set at runtime. |
| 41. cc2SetSelEndMultiSelectOff | Error 35785 | Can't set SelEnd property when MultiSelect = False. |
| 42. cc2SetSelStartMultiSelectOff | Error 35786 | Can't set SelStart property when MultiSelect = False. |
| 43. cc2SetWeekMultiSelectOn | Error 35782 | Can't Set Week property when MultiSelect = True. |
| 44. cc2SetYearMultiSelectOn | Error 35783 | Can't set Year property when MultiSelect = True. |
| 45. cc2VideoNotOpen | Error 35755 | Must open AVI file first. |
| 46. cc2WrongClipboardFormat | Error 461 | Specified format doesn't match format of data. |
| 47. ccBadObjectReference | Error 35610 | Invalid object. |
| 48. ccCircularReference | Error 35700 | Circular object referencing is not allowed. |
| 49. ccCol1MustBeLeftAligned | Error 35604 | When the ListView control's View property is set to 3 (Report), the left-most column (column 1) can only be left aligned. Any attempt to set the alignment to another value will result in this error. |
| 50. ccCollectionChangedDuringEnum | Error 35606 | Control's collection has been modified. |
| 51. ccDataNotSetForFormat | Error 676 | Requested data was not supplied to the DataObject during the OLESetData event. |
| 52. ccDataObjectLocked | Error 672 | DataObject formats list may not be cleared or expanded outside of the OLEStartDrag event. |
| 53. ccElemNotFound | Error 35601 | Element not found. |
| 54. ccElemNotPartOfCollection | Error 35605 | This item's control has been deleted. |
| 55. ccExpectedAnArgument | Error 673 | Expected at least one argument. |
| 56. ccFormatNotByteArray | Error 675 | Non-intrinsic OLE drag and drop formats used with SetData require byte array data. GetData may return more bytes than were given to SetData |
| 57. ccGetNotSupported | Error 394 | Property is write-only. |
| 58. ccImageListLocked | Error 35617 | ImageList cannot be modified while another control is bound to it. |
| 59. ccImageListMustBeInitialized | Error 35613 | ImageList must be initialized before it can be used. |
| 60. ccIndexOutOfBounds | Error 35600 | Index out of bounds. |
| 61. ccInvalidKey | Error 35603 | Invalid key. |
| 62. ccInvalidObjectUse | Error 425 | Invalid object use. |
| 63. ccInvalidPicture | Error 481 | Invalid picture. |
| 64. ccInvalidProcedureCall | Error 5 | Invalid procedure call. |
| 65. ccInvalidPropertyValue | Error 380 | Invalid property value. |
| 66. ccInvalidPropertyValue | Error 380 | A value has been assigned to a property, that is outside its permissible range. |
| 67. ccInvalidSafeModeProcCall | Error 680 | Invalid procedure call in Safe mode. |
| 68. ccMaxButtonsExceeded | Error 35619 | Maximum Buttons Exceeded. |
| 69. ccMaxPanelsExceeded | Error 35616 | Maximum Panels Exceeded. |
| 70. ccMissingRequiredArg | Error 35607 | Required argument is missing. |
| 71. ccNonUniqueKey | Error 35602 | Key is not unique in collection. |
| 72. ccNotSameSize | Error 35615 | All images in list must be same size. |
| 73. ccObjectVariableNotSet | Error 91 | Object variable or With block variable not set. |
| 74. ccOutOfMemory | Error 7 | Out of memory. The operation could not allocate enough memory. |
| 75. ccReadOnlyIfHasImages | Error 35611 | Property is read-only if image list contains images. |
| 76. ccRecursiveOleDrag | Error 674 | Illegal recursive invocation of OLE drag and drop. |
| 77. ccSetNotPermitted | Error 387 | Property can't be set on this control. |
| 78. ccSetNotSupported | Error 383 | Property is read-only. |
| 79. ccSetNotSupportedAtRuntime | Error 382 | Property cannot be set at run time. |
| 80. ccTypeMismatch | Error 13 | Type Mismatch. One of the arguments could not be converted to the correct data type. |
| 81. ccWouldIntroduceCycle | Error 35614 | This would introduce a cycle. |
| 82. ccWrongClipBoardFormat | Error 461 | Specified format doesn't match format of data. |
| 83. comDCBError | Error 8021 | Internal error retrieving device control block for the port. |
| 84. comGetNotSupported | Error 394 | Property is read-only. |
| 85. comInvalidPropertyValue | Error 380 | Invalid property value. |
| 86. comNoOpen | Error 8014 | Could not enable comm notification. |
| 87. comNoOpen | Error 8013 | The device is already open. |
| 88. comNoOpen | Error 8012 | The device is not open. |
| 89. comPortAlreadyOpen | Error 8005 | Port already open. |
| 90. comPortAlreadyOpen | Error 8009 | The default parameters are in error. |
| 91. comPortAlreadyOpen | Error 8006 | The device identifier is invalid or unsupported. |
| 92. comPortAlreadyOpen | Error 8007 | The device's baud rate is unsupported. |
| 93. comPortAlreadyOpen | Error 8011 | The function cannot allocate the queues. |
| 94. comPortAlreadyOpen | Error 8010 | The hardware is not available (locked by another device). |
| 95. comPortAlreadyOpen | Error 8008 | The specified byte size is invalid. |
| 96. comPortInvalid | Error 8002 | Invalid Port Number. |
| 97. comPortInvalid | Error 8003 | Property available only at run time. |
| 98. comPortInvalid | Error 8004 | Property is read only at runtime. |
| 99. comPortNotOpen | Error 8019 | Device busy. |
| 100. comPortNotOpen | Error 8018 | Operation valid only when the port is open. |
| 101. comPortOpen | Error 8000 | Operation not valid while the port is opened. |
| 102. comPortOpen | Error 8001 | Timeout value must be greater than zero. |
| 103. comReadError | Error 8020 | Error reading comm device. |
| 104. comSetCommStateFailed | Error 8016 | Could not set comm event mask. |
| 105. comSetCommStateFailed | Error 8015 | Could not set comm state. |
| 106. comSetNotSupported | Error 383 | Property is read-only. |
Microsoft & Windows® logos are registered trademarks of Microsoft. Disclaimer: ErrorVault.com is not affiliated with Microsoft, nor does it claim such affiliation.
The information on this page is provided for informational purposes only. © Copyright 2018