Delen via


Public member '<membername>' on type '<typename>' not found

The member you are trying to access cannot be found. This error can occur when accessing non-public members of late-bound objects.

To correct this error

  • If the member exists, ensure that it is declared as Public.

See Also

Concepts

Early and Late Binding

Reference

Public (Visual Basic)