all groups > dotnet remoting > may 2006 > threads for may 29 - 31, 2006
Filter by week: 1 2 3 4 5
System.Net.WebException: The remote server returned an error: (400) Bad Request exception
Posted by Stephen Barrett at 5/31/2006 1:13:26 PM
I am having problems getting remoting working in a new environment.
I have an existing environment with a webapp tier, an application server
tier, and database tier.
The webapp talks to app tier via remoting using a serverfactory/inteface
design approach. The app tier is hosted in IIS and... more >>
Cannot create server connection when client already created
Posted by William Sullivan at 5/31/2006 8:53:02 AM
I have a windows service that can be configured via IPC. The server has an
IpcServerChannel and the client has an IpcClientChannel. I can create,
connect, and communicate fine. The problem is when the service is shut down
and started again while the client is still active. The service atte... more >>
remoting and socket exceptions
Posted by dr at 5/30/2006 9:52:02 AM
I currently have two applications that communicate using remoting on v1.1 of
the .NET framework on Windows XP. Everything works fine until I unplug the
network cable on the machine (it is using DHCP). Then for the next minute or
so, all remoting calls fail returning sockets exceptions (conne... more >>
How do I get Events from Remote Class Instance?
Posted by Joseph Geretz at 5/30/2006 2:53:19 AM
I'm working on a class which will provide a single instance across all
clients on the same workstation (a 'super-singleton', to coin a phrase). In
order to do this, the (super-)singleton class needs to run as a server in a
separate AppDomain. Each client requesting an instance actually gets hande... more >>
WebMethod
Posted by Tommaso Caldarola at 5/29/2006 6:20:43 PM
How to implement a web method via remoting?
--
Inviato da X-Privat.Org - Registrazione gratuita http://www.x-privat.org/join.php... more >>
Callbacks to client
Posted by Casper Hornstrup at 5/29/2006 6:02:55 PM
I need to invoke a method on the client from the remote server object. How
do I do this? Of course you can do exactly the reverse of the client->server
scenario, but I thought .NET remoting was smarter than that. A simple
example would be nice if you have one. Now I've run into the exception
... more >>
How do I share a Singleton between AppDomains?
Posted by Joseph Geretz at 5/29/2006 3:18:37 PM
I've built a singleton class which I want to share among different
application clients (code below). I've confirmed that the singleton class
works properly within a single client. Although the application can acquire
multiple references to the class, all references point to a single class
in... more >>
Remote Assistance Invitation
Posted by janipastor at 5/29/2006 11:41:02 AM
I can't send an remote assistance invitation to my brother, because nothing
happens when I click on the icon. I go to the start menu, and click "help
and support". The hourglass displays for less than 3 seconds, and then
nothing. What can I do?... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
.NET Remoting on Compact Framework
Posted by jldearmas NO[at]SPAM yahoo.com at 5/29/2006 9:12:36 AM
Hi
At Microsoft documentation is very clear that CF do not support .NET
Remoting but... is there a solution from 3rth party or an open source
project in order to allow use remote objects from CF. I only need to use
remote objects running in .NET (desktop edition)
TIA
--
Lic. Jorge L... more >>
Free Port
Posted by lroland NO[at]SPAM gmail.com at 5/29/2006 2:21:32 AM
Hi all
I have a server where the port number is configurable - if the user
changes from the default port I would like some quick way to test if
the new port is actually free - the only solution I have come by is to
actually bind to the port and free myself from it again. Is there a
quicker wa... more >>
|