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

You have provided a name that is ambiguous and therefore conflicts with another name. 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

Concepts

Namespaces in Visual Basic

Reference

Namespace Statement