C# Multi-Project single solution namespace problem

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • mnarewec
    New Member
    • Nov 2007
    • 22

    C# Multi-Project single solution namespace problem

    I have three projects DAL,BOL,UIL they are all in one solution.

    The default and the ONLY for namespace project DAL is pacsoft.DAL project BOL is pacsoft.BOL and project UIL is pacsoft.UIL

    Now I add a BOL project reference to UIL project and the 'using' statement in the top of UIL class. However I can't see the methods in the Intellisence.

    Please assist.

    Marsh
  • dip_developer
    Recognized Expert Contributor
    • Aug 2006
    • 648

    #2
    Originally posted by mnarewec
    I have three projects DAL,BOL,UIL they are all in one solution.

    The default and the ONLY for namespace project DAL is pacsoft.DAL project BOL is pacsoft.BOL and project UIL is pacsoft.UIL

    Now I add a BOL project reference to UIL project and the 'using' statement in the top of UIL class. However I can't see the methods in the Intellisence.

    Please assist.

    Marsh
    check the scope of the methods whether they are Public or Private....

    Comment

    • mnarewec
      New Member
      • Nov 2007
      • 22

      #3
      Originally posted by dip_developer
      check the scope of the methods whether they are Public or Private....
      They are all public methods.

      Marsh

      Comment

      Working...