How can I make a namespace public?

  • Thread starter Thread starter MosheS Singer
  • Start date Start date
M

MosheS Singer

Guest
My Main Form was damaged and kept generating an error message, so I created a new Main Form and copied all the necessary codes into the form. Now the error message I am getting is:

BC40057 Namespace or type specified in the project-level Imports '.....' doesn't contain any public member or cannot be found.
Make sure the namespace or the type is defined and contains at least one public member.
Make sure the imported element name doesn't use any aliases.

I searched for help but was not successful in finding a solution.

How can I make a namespace public?

Continue reading...
 
Back
Top