problem seeing components in my vb classes

Bill Humphrey

Active member
Joined
Apr 10, 2008
Messages
35
Programming Experience
Beginner
Hi

when I try to refrerence a method or a variable from a VB class in my business layer in an ascx page in my presentation layer I'm not seeing the components. I'm using VS2005 asp .net

I am working on a new project which has three layers:

Business layer (VB Class Library)

Data layer (VB Class Library)

Presentation Layer (ASP .Net Web Application)

I have the business and data layer as a reference in the presenation layer references
 
Back
Top