newbie imports namespace ?

  • Thread starter Thread starter Buz Waitz
  • Start date Start date
B

Buz Waitz

Beginners question: I am wanting to import a namespace from another folder
within my solution, but it is not being seen. Specifically, I am trying to
import my data access layer namespace into my business layer components.
What do I need to do? Thanks
 
I had tried going to the references folder under the solution explorer and
adding new reference. The namespace is not listed under any of the three
tabs. When I try to browse to it under the projects tab, it still does not
see the namespace. How do I go about adding the reference?
 
add a reference directly to the dll output of your other project or to the
project itself
 
* "Buz Waitz said:
Beginners question: I am wanting to import a namespace from another folder
within my solution, but it is not being seen. Specifically, I am trying to

Another folder or another project?
 
Back
Top