|
|
[No Title]
This archived discussion is "read only".
» 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 » 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. |
|
|
|
|
|
|
|