Delphi Error – E2422 Imported identifier ‘%s’ conflicts with ‘%s’ in namespace ‘%s’

Delphi Compiler Error

E2422 Imported identifier ‘%s’ conflicts with ‘%s’ in namespace ‘%s’

Reason for the Error & Solution

This occurs when an import from a DLL conflicts with an entity in the current namespace (Delphi for .NET).