Edit

Share via


'AddressOf' expressions are not valid in debug windows

AddressOf statements can only be used in source code.

Error ID: BC30731

To correct this error

  1. Remove AddressOf statements from debugging code.

See also