I'm trying to call my current classes (written in OO Cobol with NetX 4) from a new .net class which i have develop with NetX 5.1 but without changes in the old code. Now, in order to use COBOL Classes, i have create a COM Wrapper (build with Net4) which i call from the UI (it's C#). Now i want to stop using that COM object and replace it with a .net proxy server. Is it possible? Could you help me with the coding? Thank you
Andy

