Search for your error:
Example: "0x00000013"| Error name | Error number | Error description |
|---|---|---|
| 181. Specified ActiveX control was not found | Error 363 | The form being loaded contains an ActiveX control that isn't part of the current project. |
| 182. Specified DLL function not found | Error 453 | The dynamic-link library (DLL) in a user library reference was found, but the DLL function specified wasn't found within the DLL. |
| 183. Specified format doesn't match format of data | Error 461 | The specified Clipboard format is incompatible with the method being executed. |
| 184. Specified system DLL could not be loaded | Error 298 | A .dll file provided by the operating system; for example, DDEML.DLL, VERSION.DLL, or WINSPOOL.DRV couldn't be found. |
| 185. Sub, Function, or Property not defined | Error 35 | A Sub, Function, or Property procedure must be defined to be called. |
| 186. Subscript out of range | Error 9 | Elements of arrays and members of collections can only be accessed within their defined ranges. |
| 187. System DLL 'dll' could not be loaded | Error 298 | A .DLL file provided by the operating system; for example, Ddeml.dll, Version.dll, or Winspool.drv couldn't be found. |
| 188. The ActiveX Designer's Type Information does not match what was saved. Unable to Load | Error 370 | An ActiveX Designer could not recreate the information that it saved, and won't be loaded. |
| 189. The data binding DLL, 'item', could not be loaded. | Error 523 | Unable to load specified data binding DLL. Make sure the DLL is installed on your system. |
| 190. The file 'item' is out of date. This program requires a newer version | Error 368 | An ActiveX control was found to be out of date. |
| 191. The file specified is out of date. This program requires a later version | Error 368 | An ActiveX control was found to be out of date. |
| 192. The given bookmark was invalid | Error 527 | You tried to set a bookmark to an invalid string. |
| 193. The remote server machine does not exist or is unavailable | Error 462 | The CreateObject function requires a valid server. |
| 194. The row has been deleted since the update was started | Error 542 | A record cant be updated because it was previously deleted. |
| 195. The specified object can't be used as an owner form for Show() | Error 371 | You specified an invalid object for the OwnerForm parameter of the Show method. |
| 196. This array is fixed or temporarily locked | Error 10 | Not all arrays can be redimensioned. Even arrays specifically declared to be dynamic and arrays within Variant variables are sometimes locked temporarily. |
| 197. This component doesn't support this set of events | Error 459 | Not every component supports client sinking of events. |
| 198. This key is already associated with an element of this collection | Error 457 | A key is a string specified in the Add method that uniquely identifies a specific member of a collection. |
| 199. Timeout while waiting for DDE response | Error 286 | The other application in a DDE conversation did not respond within the time specified by the LinkTimeout property. |
| 200. Too many DLL application clients | Error 47 | The dynamic-link library (DLL) for Visual Basic can only accommodate access by 50 host applications at a time. |
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