[No Title]


  1. garfild
  2. Jose_Aniceto

This archived discussion is "read only".
For the corresponding "live" discussions, post in the active topic forum here.



Top 1.   Jan 22, 2003 12:31 AM

» garfild - Error - The type or namespace name 'DataAccess' could not..msg

Hi,
I am just creating my first Project in C#,be patient if you can.
My objective is to create a GUI that will interact with the sql server db.
I have created 'Client' project, so far so good.
I added a project 'DataAccess' that includes all classes that do the connection to the db.
Now, my problem is to connect between the client and the DataAccess projects.
In the Client side I added -
Using DataAccess.Connection
Building the solution raised an error:
"The type or namespace name 'DataAccess' could not be found (are you missing a using directive or an assembly reference?)".
How can I connect with the DataAccess project?
Thanks
Yossi

-- posted by garfild



Top 2.   Jan 27, 2003 6:58 PM

» Jose_Aniceto - Re: Error - The type or namespace name 'DataAccess' could not.

In response to message posted by garfild:

Yossi,

On client project, add a reference to the DataAccess project.

Regards

-- posted by Jose_Aniceto



Please follow the guidelines set forth in the Suite101 Posting Etiquette when adding to the discussion.