|
-
May 28th, 2004, 12:59 AM
#1
Thread Starter
Hyperactive Member
Reference DAL?
Hi Group,
I've create an Data Access Layer (DAL) project. In this project I have an cConnection class.
I then created a GUI project (with the webforms and stuff).
I then added the project DAL to my GUI project, thus:
Solution 'MyProject'
=> MyProject_GUI
(with webforms etc)
=> DAL
=> cConnection
Open()
Close()
State()
...
How can I connect to the cConnection class created in DAL.cConnection?
TIA,
VS
-
May 28th, 2004, 01:21 AM
#2
You need to add a reference to the DAL project from the Web project.
-
May 28th, 2004, 01:39 AM
#3
Thread Starter
Hyperactive Member
SOLVED
DOH!
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|