Asp.net application with 3 tier architecture and stored procedures
1. in presentation layer i am getting errors inpublic ClsBusinesslayer objLogic=new ClsBusinesslayer();
error: Type or namespace clsBusinesslayer could not be found
2.using Businesslayer
Error:Type or namespace Businesslayer could not be found
In Business layer i am getting errors in
3. public ClsDataLayer objDataLayer=new ClsDataLayer();
error:Type or namespace ClsDataLayer could not be found