PDA

Click to See Complete Forum and Search --> : Distributed Applications


pml
Nov 5th, 2002, 02:50 AM
I have been using DCOM and Eventually COM+ in vb6. I want to migrate to VB.NET. I have been going through it but I cannot see how I am going to build those client server model applications. How is this functionality achieved in VB.NET???

DevGrp
Nov 5th, 2002, 03:47 AM
Anything that you did in VB6 can be done in VB.NET. To achieve what you want, you will have to use the .NET base class library.

Cander
Nov 5th, 2002, 08:39 AM
You want to look into Remoting. You can call methods on a component over a tcp or http channel. I dont have much in the way of examples on it, but try a google.com search on .NET Remoting.

Musician
Nov 5th, 2002, 12:38 PM
Component Services, Remoting or Web Services are your choices as far as I am aware.