Groups | Blog | Home
all groups > visual studio .net ide > march 2005 >

visual studio .net ide : Methods Description in ClassLibrary


bernardpace NO[at]SPAM yahoo.com
3/22/2005 11:07:49 PM
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.

Now other than the previous problem, I am facing another problem. The
using directive added is giving me the following error.

The type or namespace name 'MyClassLibrary' could not be found (are
you missing a using directive or an assembly reference?)

Can someone help me out.


bernardpace NO[at]SPAM yahoo.com
3/24/2005 7:55:26 AM
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.
Henk Verhoeven
3/29/2005 12:27:54 PM
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
[quoted text, click to view]

AddThis Social Bookmark Button