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 ...
Hello,<BR><BR>I have a nifty .NET class library that is being called from MS Access (through COM) as part of a legacy app. This works quite nicely. However, I would ...