Click here to Skip to main content
15,905,420 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi frnds,
I added three class Library to my Project .In that i added some class to every class Library.I am not able to get link over class library namespace...Namespace is not coming other class.

C#
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using BAL;----Here BAL namespace is not showing

namespace DAL
{
    public class Class1
    {

    }
}
Posted
Comments
Er. Gayatri 26-Nov-12 4:05am    
Where is your BAL namespace? Is it in a class inside a dll or in a class defined in another project?
itsureshuk 26-Nov-12 4:41am    
outside project only.now i added reference of class...Now its working fine.Thanks for ur reply

1 solution

Check the project includes your class library.
Is the project built properly?
 
Share this answer
 
v2
Comments
itsureshuk 26-Nov-12 4:43am    
I added reference to that class library now its working fine.Thanks for ur reply

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900