Share via


Managed classes derived from a COM class cannot be called late-bound.

You attempted to make a late-bound call to a managed class derived from a COM Class; such calls are not supported.

To correct the problem

  • Make the call early bound.

See Also

Concepts

Types of Errors