ErrorVault.com

Runtime Errors




121. No MDI form available to load Error 366 There is no MDIForm in your project to load.
122. No object Error 31004 You tried to perform an action on an object that doesn't exist.
123. No timer available Error 260 The number of Timer controls in a project, and the amount of memory each Timer object requires are limited.
124. Non-intrinsic OLE drag and drop formats used with SetData require Byte array data. GetData may return more bytes than were given to SetData Error 675 You specified a non-intrinsic data format in the SetData method but didn't pass the data in a byte array. Make sure to pass data to the SetData method in a byte array.
125. Non-modal forms cannot be displayed in this host application from an ActiveX DLL Error 406 Non-modal forms cannot be displayed from most host applications.
126. Not enough room to allocate control array 'item' Error 342 There isn't enough memory to create all the elements of a control array.
127. Object already loaded Error 360 The control in the control array has already been loaded.
128. Object doesn't support current locale setting Error 447 Not all objects support all locale settings.
129. Object doesn't support named arguments Error 446 Not all objects support named arguments.
130. Object doesn't support this action Error 445 Not all objects support all actions.
131. Object doesn't support this property or method Error 438 Not all objects support all properties and methods.
132. Object not an array Error 343 A control that isn't part of a control array is referred to as if it were.
133. Object required Error 424 References to properties and methods often require an explicit object qualifier.
134. Object variable or With block variable not set Error 91 There are two steps to creating an object variable. First you must declare the object variable. Then you must assign a valid reference to the object variable using the Set statement. Similarly, a With...End With block must be initialized by executing the
135. Object was unloaded Error 364 A form was unloaded from its own _Load procedure.
136. Only one MDI Form allowed Error 426 A project can only have one MDIForm.
137. Operation not valid in an ActiveX DLL Error 369 Some operations are not valid in an ActiveX DLL or ActiveX Control project.
138. Out of memory Error 7 More memory was required than is available, or a 64K segment boundary was encountered.
139. Out of stack space Error 28 The stack is a working area of memory that grows and shrinks dynamically with the demands of your executing program.
140. Out of string space Error 14 Visual Basic permits you to use very large strings. However, the requirements of other programs and the way you manipulate your strings may cause this error.
Home     Blog     About     Privacy Policy     Contact Us


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