PRB: Error Message "User-defined Type Not Defined"

ID: Q178726


The information in this article applies to:
  • Microsoft Visual Basic Learning, Professional, and Enterprise Editions for Windows, versions 5.0, 6.0


SYMPTOMS

The following error message displays on the code line that dimensions a user-defined variable:

"Compile Error
User-defined type not defined"


CAUSE

The most common cause of this error message is the Object library that contains the variable information was not referenced in the project.


RESOLUTION

To correct this error, reference the Object library in your project.


STATUS

This behavior is by design.


MORE INFORMATION

Use the following steps to reference the Object library in your project:

  1. From the Project menu, click References. The References dialog box appears.


  2. Check the appropriate object library in the Available References list box. If your object library is not in the list, click the Browse button to add the file.



REFERENCES

If you are trying to use the object library from a custom ActiveX DLL file, the following article in the Microsoft Knowledge Base shows you how to register the file:

Q173407 HOWTO: Register Your Custom ActiveX DLL from a Client

Additional query words: kbVBp500 kbVBp600 kbVBp kbdsd kbDSupport kbCompiler

Keywords : kbGrpVB
Version :
Platform : WINDOWS
Issue type : kbprb


Last Reviewed: January 5, 2000
© 2000 Microsoft Corporation. All rights reserved. Terms of Use.