Afraits
Well-known member
The company I work for has a datareceipt application written in VB6 which is setup to detect client files arriving via FTP, select a processing server and fire off a client specific ActiveX to process said data.
As we are now trying to write all new software in .NET, the new clients processing code has been written as a .NET class library. What do I have to do to enable the receipt server to use DCOM to launch the processing object? No changes to the receipt application are authorised at this time and I have read that it is possible to make class libraries visible to DCOM so that DCOM works as if they were written in VB6 but I cant find the specifics of what I need to do.
I would appreciate anyone who can point me in the direction of a good tutorial, or even better provide advice and/or examples in reply.
As we are now trying to write all new software in .NET, the new clients processing code has been written as a .NET class library. What do I have to do to enable the receipt server to use DCOM to launch the processing object? No changes to the receipt application are authorised at this time and I have read that it is possible to make class libraries visible to DCOM so that DCOM works as if they were written in VB6 but I cant find the specifics of what I need to do.
I would appreciate anyone who can point me in the direction of a good tutorial, or even better provide advice and/or examples in reply.