Imports alias '<name>' conflicts with '<name2>' declared in the root namespace

The alias name used in the Imports statement conflicts with another name declared in the root namespace.

Error ID: BC31403

To correct this error

  • Choose a unique name for the alias used by the Imports statement.

See Also

Reference

Imports Statement (.NET Namespace and Type)