G
Guest
Hello,
I have a 16-bit application which has to make COM calls to a .NET object. Previoulsy, when i was using VB6.0, the 16-bit application would successfully make COM calls to an ActiveX EXE. The only equivalent of an out-of-process ActiveX EXE in .NET is class library dll. I have created a .NET dll and checked the 'Register with COM' box in Project Properties -> Build.
But i'm still unable to call any methods from the 16-bit application. Any suggestions?
Thanks,
I have a 16-bit application which has to make COM calls to a .NET object. Previoulsy, when i was using VB6.0, the 16-bit application would successfully make COM calls to an ActiveX EXE. The only equivalent of an out-of-process ActiveX EXE in .NET is class library dll. I have created a .NET dll and checked the 'Register with COM' box in Project Properties -> Build.
But i'm still unable to call any methods from the 16-bit application. Any suggestions?
Thanks,