Hi,
I'm trying to look for a solution whereby I can call a DCOM component, developed in VB6, from clients without having to distribute files to each client.
Here's what I mean: In order to use a DCOM component, remotely installed on a server and that has been developed in VB and compiled as an exe, it is necessary to distribute two files (a TLB and a VBR file) to each client requiring access to the remote DCOM component.
I was under the impression that if I used MTS with a DCOM dll, this would eliminate the need of distributing extra files. In regards to MTS, I read in an MS KB article ( that one still needs to distribute a remote client setup exe (which MTS creates) to each of the clients. So, basically this route is also of no use to me.
Does anyone know of any way to totally eliminate the need of distributing files whatsoever, in order to get DCOM working?
Your help and advice will be greatly appreciated.
I'm trying to look for a solution whereby I can call a DCOM component, developed in VB6, from clients without having to distribute files to each client.
Here's what I mean: In order to use a DCOM component, remotely installed on a server and that has been developed in VB and compiled as an exe, it is necessary to distribute two files (a TLB and a VBR file) to each client requiring access to the remote DCOM component.
I was under the impression that if I used MTS with a DCOM dll, this would eliminate the need of distributing extra files. In regards to MTS, I read in an MS KB article ( that one still needs to distribute a remote client setup exe (which MTS creates) to each of the clients. So, basically this route is also of no use to me.
Does anyone know of any way to totally eliminate the need of distributing files whatsoever, in order to get DCOM working?
Your help and advice will be greatly appreciated.