The first library works fine in both winForms and console apps, but when I try to reference the Toolbox in the Xceed library, sll methods are unavailable. Below is some short code samples of the ...
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 ...