Skip to content

Latest commit

 

History

History
51 lines (41 loc) · 1.55 KB

bc30009.md

File metadata and controls

51 lines (41 loc) · 1.55 KB
title ms.date ms.prod ms.technology ms.topic f1_keywords helpviewer_keywords ms.assetid caps.latest.revision author ms.author translation.priority.ht translation.priority.mt
Reference required to assembly '<assemblyname>' containing the implemented interface '<interfacename>'
2015-07-20
.net
devlang-visual-basic
article
vbc30009
bc30009
BC30009
b2dfb89d-7fde-4a8e-ba7f-fe1e59eabaca
8
dotnet-bot
dotnetcontent
de-de
es-es
fr-fr
it-it
ja-jp
ko-kr
ru-ru
zh-cn
zh-tw
cs-cz
pl-pl
pt-br
tr-tr

Reference required to assembly '<assemblyname>' containing the implemented interface '<interfacename>'

Reference required to assembly '<assemblyname>' containing the implemented interface '<interfacename>'. Add one to your project.

The interface is defined in a dynamic-link library (DLL) or assembly that is not directly referenced in your project. The [!INCLUDEvbprvb] compiler requires a reference to avoid ambiguity in case the interface is defined in more than one DLL or assembly.

Error ID: BC30009

To correct this error

  • Include the name of the unreferenced DLL or assembly in your project references.

See Also

NIB: Referencing Namespaces and Components
Troubleshooting Broken References