all groups > dotnet remoting > june 2005 > threads for june 15 - 21, 2005
Filter by week: 1 2 3 4 5
Properties of a remote object
Posted by ThunderMusic at 6/20/2005 9:02:44 PM
Hi,
I'm I right or the public properties of a remote object cannot be read?
I have some code here that relies on the properties of a remote object and
it casts an exception each time saying the function myclass::get_myproperty
requires 1 argument and recieved 0 argument. Or maybe it is only ... more >>
Returning interfaces from web-services and remoting servers?
Posted by Ben Fidge at 6/20/2005 2:25:01 AM
Hi
I'm just about to start the design and development of a large in-house
Content Management System. The system will be ASP.NET based with a Sql Server
back-end and will be developed be using VS.NET 2003 Ent. architect.
Due to high demand (~10,000 users), and varying network setups across ... more >>
Get TCPClient IP
Posted by Theo at 6/15/2005 2:59:44 PM
Hello,
i have a tcplistener that accepts tcpclient connections in a specific port.
All i want is to get the IP address for every tcpclient that is trying to
connect to my pc.
So far i couldn't find any help on this issue. Why is it so difficult to the
learn the ip of a remote client?
... more >>
Remoting a good solution???
Posted by PRO_POS at 6/15/2005 12:38:05 PM
I've been assigned a project where I am confident some sort of Client/Server
implementation would be most beneficial. My experience in this area is very
limited so I am having trouble getting started.
I start with a job queue being added to as often as every 15 seconds. My
SERVER must ret... more >>
Asynchronous calls and GUI
Posted by leodippolito NO[at]SPAM gmail.com at 6/15/2005 9:47:41 AM
Hello,
I have this:
WinForms -> Business Layer -> Proxy Layer
(host A)
Remote Data Layer
(host B)
If I make an asynchronous call in the Proxy Layer, how can I update the
Windows form in the call back?
They are in different layers. The proxy object might not exist when the
remote... more >>
|