using c# .net dll in c# application

Jun 1 2012 5:47 PM

I have created a set of classes in a C# .Net Class Library application.
Now I want to use that set of classes in another C# .Net application.

I have added a reference to the .DLL and can see it in the reference list of the new project, however it is not "visible" (in intellisense) when I try "Using..." it.
I'm obviously missing something here and would greatly appreciate any help.

Thanks, James


Answers (2)