Wrox Home  
Search P2P Archive for: Go

  Return to Index  

pro_vb thread: Running in-process components remotely


Message #1 by Zengfu@a... on Tue, 27 Aug 2002 05:59:24 EDT
I don't think it's possibel to run a .DLL component remotely without help
from context wrappers i.e. MTS, COM+, etc. but if you're planning not to use
these you have to convert your .DLL into an ActiveX EXE and access it
remotely thru DCOM.

Jojo

----- Original Message -----
From: <Zengfu@a...>
To: "professional vb" <pro_vb@p...>
Sent: Tuesday, August 27, 2002 5:59 PM
Subject: [pro_vb] Running in-process components remotely


> Hi,
>
> Can you tell me whether we can run in-process components wrriten in VB6
> remotely (client application access the .dll component remotely through
DCOM)
> without using MTS? If so, how to deploy the client application? If not,
shall
> we run the dll component in MTS or in the same machine as the client
> application that uses the dll component?
>
> Thanks in advance
>
> Zengfu
>
>
>
> ---
> Visual C# - A Guide for VB6 Developers
> This book will make it easy to transfer your skills
> from Visual Basic 6 to C#, the language of choice
> of the .NET Framework.
> http://www.wrox.com/ACON11.asp?ISBN=1861007175&p2p0059
>
>


  Return to Index