Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The Me, MyClass, and MyBase keywords refer to specific class instances. You cannot use them inside a shared Function or Sub procedure.
Error ID: BC30043
To correct this error
- Remove the keyword from the procedure, or remove the Shared keyword from the procedure declaration.