Reference required to module '<modulename>' containing the implemented interface '<interfacename>'
Reference required to module '<modulename>' containing the implemented interface '<interfacename>'. Add one to your project.
The interface is defined in a module that is not directly referenced in your project. The Visual Basic compiler requires a reference to avoid ambiguity in case the interface is defined in more than one module.
Error ID: BC30010
To correct this error
- Include the name of the unreferenced module in your project references.
See Also
Tasks
Troubleshooting Broken References