Verify DAL2 has the appropriate access modifier (public, friend).
Verify DAL2 is in the correct namespace.
If DAL2 is part of a separate .dll, make sure the most recent version
of the .dll is available to BAL.

On Nov 3, 3:46 am, CK <[EMAIL PROTECTED]> wrote:
> just to check, DAL2 is public?
>
> On 2 Nov, 16:27, "swathi muthineni" <[EMAIL PROTECTED]> wrote:
>
>
>
> > What i did was added DAL class library to generate a data layer to which  i
> > added DAL1.cs n  later added DAL2.cs classes . In the same way I created a
> > business layer. I did work the way u said rebuilt the DAL and updated the
> > reference. But still I cannot see my DAL2 in BAL.
>
> > On Sun, Nov 2, 2008 at 5:22 AM, Cerebrus <[EMAIL PROTECTED]> wrote:
>
> > > References are added to compiled assemblies, not individual classes
> > > within a .dll. In your case, I suppose, rebuilding the DAL library and
> > > updating the reference in the BAL should work.
>
> > > On Nov 2, 8:33 am, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote:
> > > > I have a class in Data layer(DAL1.cs)  and business layer (BAL1.cs).
> > > > I added referene to my business layer. I am able to access this
> > > > DAL1.cs in my BAL1. cs.
> > > > Later I added DAL2.cs class in data layer and BAL2.cs in  business
> > > > layer
> > > > now i am unable to access this DAL2 class in BAL2.  Can any one help
> > > > me out?- Hide quoted text -
>
> > - Show quoted text -- Hide quoted text -
>
> - Show quoted text -

Reply via email to