I'm a C# noob. I learned enough C# to make a class library (.dll) with the functionality I need.<BR><BR>I can register it with RegAsm.exe and use it with my other application just fine. Problem is I ...
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 ...