Click here to Skip to main content
15,881,803 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more: , +
in my project i have 3layers BusinessLogicLayer(BLL),DataAccessLayer(DAL),PresentationLayer i have already added the DAL Referece to the BLL.And When i adding the BAL Reference to the DAL i am getting above menioned error
and when i adding dll reference it is adding very fine but still the red curling error lines existing
please Help me Out Thanks In Advance
Posted
Updated 7-Mar-14 19:40pm
v2

1 solution

Hi,
I have a question that what is the need of adding reference to the DAL class from BAL classes.Because DLL reference will bi added to BLL reference and BLL references will be added to Presentation layer.But still you can add the BLL references to the DLL classes.Just pull all classes to a folder and put that folder to App_Code folder of your application then you can access to all the classes.If it does not works please let me know.
 
Share this answer
 
Comments
raxhemanth 8-Mar-14 1:47am    
ok santhosh let me try anyway thanks for 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