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