"Service not found" error after some period of time
Sun, 9 Apr 2006 21:52:08 -0400
I've overridden InitializeLifetimeService on the remote class to return null
but the object is still going away after 5 or 10 minutes (I didn't time it),
resulting in that error in the client when it tries to make a method call on
the object.
What else could be the problem?
...
|
Getting the object instance or type in an IServerChannelSink
Sun, 9 Apr 2006 08:32:01 -0700
I'm writing a server channel sink, and I want to be able to access static
members of the object that's going to be invoked eventually (I actually want
to access some attributes in the object). The problem is I can't - I get an
interface and not the actual type.
I have an interface called IRemoting wit ...
|
Secure TCP Remoting
Sat, 08 Apr 2006 17:00:06 GMT
Hi All,
Are there any good examples online on how to build a secure TCP channel?
I understand there is Geniune Channels, but any open source alternatives?
Thanks. ...
|
.Net Remoting and DataSet
Sat, 8 Apr 2006 22:14:26 -0400
Could someone direct me to documentation that explains what is best when
sending data through .Net Remoting using TCP/Binary. Do I use a DataSet or
is the DataTable more efficient?
...
|
WindowsService stops just after it's started - remoting
8 Apr 2006 03:13:27 -0700
hi,
I created WIndowsService to host SAO object. Everything was ok before,
but when I get back to it a few days ago i realized that it doesn't
work properly. So what I did wrong? Service host remote object so it
has work to do and service shouldn't be stopped.
The only solution I see is to create Thread w ...
|
Performance
Fri, 7 Apr 2006 12:31:43 -0500
I'm having a performance issue:
I'm using tcp/binary formatters, network usage is very low...
Seems like most of my time is the process of moving the data from the server
to the client.
Basicly the server returns a collection to the client. Takes a minimum of
30-35 seconds regardless of size.
Does any ...
|
Any idea how to do this ????
Fri, 7 Apr 2006 07:16:03 -0700
Dear all,
I have clients application which store files on a network share called
myShare.
On the server sharing the Folder myShare, I need to create a small
application which checks when new files has been tranfered to that share and
then place them automatically in a printer server queue.
How would y ...
|
|
|
data size restriction?
Fri, 7 Apr 2006 04:22:02 -0700
Is there a restirction on the size of the data that can be sent via remoting?
I send an array of structures to my remoting component which works OK until I
increase the size of the array and the total number of bytes approaches 61000.
--
Steve ...
|
Mayorista Importador Exportador de cd y dvd www.Media-Set.net .Distribuidor Verbatim Princo Imation Benq Traxdata
Fri, 7 Apr 2006 11:06:14 +0200
www.Media-Set.net http://www.Media-Set.net
Mayorista Importador exportador distribuidor de cd cd-r y dvd-r
dvd+r verbatim traxdata princo imation benq.
Disponemos dvd-r dvd+r 4,7gb 4.7 gb cd-r 80" minicd minidvd , www.Media-Set.net http://www.Media-Set.net
SErvicio Seur 24/48 horas. Tarifa Plana de Transpo ...
|
Remoting Issue with Events
Thu, 6 Apr 2006 13:12:10 -0400
Ok, so here's a weird one. Everything I've found on this is indicating that
the assembly hasn't been loaded. But in this case it definately has.
I'm rasing an event that is captured in another class that is part of the
same dll which then fires a method on an interface that is setup when the
class is crea ...
|