I dont know what the problem in your case is, but I can confirm that referencing a class library from another class library works in general. I do it all the time. <BR><BR>You have to make sure the ...
I'm trying to make a C# code library available to an old ASP page. I've tried following several tutorials, the sanest of which seems to be this one. Here's what I'm ...