Help: how to pass a Dictionary as a parameter via .net remoting ?
Sat, 10 Nov 2007 19:20:05 +0100
Hi,
I have on the server a service with a .net remoting channel opened with
singlecall option.
Comunication is on TCP and with binary serialization.
There is a public function accessible via entrypoint like this
Function Test(ByVal Param as Dictionary(Of String, Object) ) As Object
...
Function Test sh ...
|
!!! SOFTWARE 4 SALE !!!?????????????????????????????????????????????????????????????????????? 74575
Saturday, 10 Nov 2007 19:19:11 -0600
Software for sale. Huge Selection. 10 Euros/CD. Worldwide shipping.
Windows, Mac, and Linux. The very latest software, stock video/photo, games, etc.
Contact David for details:
david007@worldnewstonight.net
...
|
.NET Remoting slow, why?
Tue, 06 Nov 2007 20:35:01 -0800
Have a look
Fast Serialization and remoting
www.dotnetremoting.com
EggHeadCafe - .NET Developer Portal of Choice
http://www.eggheadcafe.com ...
|
Monitoring
Tue, 6 Nov 2007 22:58:34 +0100
Hi All,
I have a windows service that processes XML-files. In the process, several
things are done, a new xml is created and several databases are updated.
On the other hand I have a windows application where I want to monitor the
windows service. The app should show which xml the winservice is currently
p ...
|
AppDomain and Interfaces
Sun, 4 Nov 2007 17:30:41 -0800
Hi All,
I have a scenario where i make a secondary AppDomain to load in a type from
a dll I have. The type that I load in (with
AppDomain.CreateInstanceAndUnwrap(string, string)) inherits from an interface
which is known in the initial domain. When i convert this object back to
it's interface and call m ...
|
Remoting events inconsistent
Sun, 4 Nov 2007 12:07:02 -0800
I have implemented .NET remoting in a kind of chat style application.
Messages need to pass from a server to clients. I currently have this
implemented and works find for the most part.
If I put my laptop to sleep, then come back on line, start my app cleanly I
do not receive events with the messages. ...
|
Trace across AppDomains
Sun, 4 Nov 2007 10:12:02 -0600
If this is simple, forgive my ignorance, but I'm coming from the
CompactFramework where we don't use AppDomains. I did a fair bit of archive
searching and couldn't find an answer.
I have a desktop app (FFx 2.0) developed with Studio 05 that loads
assemblies in a separate AppDomains from the primary UI. ...
|
|
|
Real object instantiated instead of transparent proxy?
Thu, 1 Nov 2007 08:53:39 +0100
Hi,
first of all, I'd have to mention that I don't have much experience with
remoting (and I'm afraid this will get obvious below ;-)
I have one problem that's bugging me:
I have a server activated object hosted in a windows service application
(that part is working fine).
The problem is on the client si ...
|
Remote object - is it possible to call some of methods of remote object in "local" mode
Wed, 31 Oct 2007 06:32:38 -0700
Hi!
Is it possible to mark some of methods of remote object (MarshallByRef
singleton) as "local", and process them in local context, without
exchanging messages between the client and server? I'm thinking about
marking some methods with a certain atrtribute, and then processing
such methods in a dynamic clien ...
|
Intercommunication control?
Wed, 31 Oct 2007 11:33:46 +0100
Hi,
I have absolutely no clue how to do TCP Client/Server stuff.
I would like to drop a "server control" on my server form, a "client
control" on my client form, set some parameters like port and then just
enable it. The controls will take care of the rest (like if the server
restarts, the client will re ...
|