Hi,
I just started a new Console Application, to start everything from the
begining.
From the Solution Explorer of my Console App, I am selecting Add
Existing Project. I browse for the path were it is and select the C#
Project File of the ClassLibrary. Then in the using directve I add
the name of the namespace of the ClassLibrary.
Doing that way, no description is being given. Other problem was solved.
Can someone help me out.
Thanks in Advance
Henk Verhoeven - 29 Mar 2005 18:27 GMT
Hi
You have to add the library as a reference as well.
Add the reference, referencing your project you just added.
Then the using will work.
henk
> Hi,
> I just started a new Console Application, to start everything from the
[quoted text clipped - 9 lines]
> Can someone help me out.
> Thanks in Advance