all groups > dotnet remoting > august 2006 > threads for august 15 - 21, 2006
Filter by week: 1 2 3 4 5
Bogus "Cannot find the assembly" exception
Posted by dvestal NO[at]SPAM gmail.com at 8/20/2006 7:40:26 AM
I have a very strange error; an ASP page invokes a method through .NET
remoting which returns an exception as an output parameter.
Unfortunately, no matter what exception the method returns, it appears
as a different one ("Cannot find the assembly") to the ASP page.
To clarify, I have an inter... more >>
Locating remote assemblies
Posted by Peter Franks at 8/18/2006 12:58:01 PM
Assume the following scenario:
c:\a\remoteclient.exe
c:\b\remote_c.dll
c:\b\remote_r.dll
remoteclient makes remoting calls through remote_c.dll. Some remote
interfaces are in remote_r.dll, and are only instantiated on return from
the remoting call.
Under the above scenario, I'm get... more >>
Problem with delay
Posted by oskar NO[at]SPAM musiker.nu at 8/18/2006 12:46:07 AM
I have created an application that consists of a server running as a
service on a hardware server and 11 clients running on different
computers. The server and the client computers are all on the same
subnet with a couple of switches in between. Every 80 seconds the
server calls each of the clie... more >>
.NET 2.0 BinaryFormatter Compatible with 1.1?
Posted by Spam Catcher at 8/17/2006 2:26:57 PM
Hi all,
Is .NET 2.0 Remoting compatible with .NET 1.1?
Can a 2.0 client connect to a 1.1 Remoting service?
Thanks.... more >>
How to shut down host application from withing remoted class
Posted by Jeremy Chapman at 8/17/2006 9:19:29 AM
I've got a win forms application that is hosting a remotable class. Several
instances of the host application can be run on various machines or all on
one machine. We then have a Seperate application which uses the remotable
classes by connecting to the host applications. It's been running ... more >>
SocketException
Posted by Isabel_ve at 8/16/2006 1:59:01 AM
Hi,
I have a console application which creates the TcpServerChannel, and which
will create the RemoteObject.
My Client-application is trying to connect to the server-application and
getting the remoteObject. When my service is not running, it throws a
SocketException. What is totaly nor... more >>
|