Answer by Seth Spearman for Visual Basic and a Namespace Issue
I don’t know if this answers your question but just in case…
Open the Project Properties and click on the Application properties. CLEAR the Root Namespace there. Then your Namespace declaration in each file will be “absolute”.
By the way…this is very likely to break your application and could take a while to get everything fixed up. Be sure to backup (or at least be committed to your repo) before starting.
As an aside. I think that combining a Project Root Namespace with a declared namespace is confusing. I usually do one or the other.
Seth