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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.