Expand Minimize
This topic has not yet been rated - Rate this topic

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.

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.