BC30560: '<name>' is ambiguous in the namespace '<namespacename>'

You have provided a name that is ambiguous and therefore conflicts with another name. This happens when two versions of the same library are included from different references, and the solution is to look in the Object Explorer to find which references are causing the ambiguity and remove one of them. The Visual Basic compiler does not have any conflict resolution rules; you must disambiguate names yourself.

Error ID: BC30560

To correct this error

  • Fully qualify the name.

See also