all groups > dotnet remoting > july 2006 > threads for july 15 - 21, 2006
Filter by week: 1 2 3 4 5
Convert to Remoting
Posted by Russ at 7/20/2006 3:29:17 PM
Does anyone have any good links (or books) that talk about converting
an existing application (VB dot net framework 1.1) to use remoting? We
have an application that we need to remove our business logic and data
Access logic out from our Presentation layer. The Business logic and
Data Access l... more >>
"authorizedGroup" and Globalization
Posted by Günter Prossliner at 7/20/2006 12:19:54 PM
Hi everyone!
I want to create an IpcChannel without security, so than everyone can access
the channel. Even if I set the "IsSecured" Property of the IpcServerChannel
to false, I got "Access denied" Exceptions? Why does this happen? Is it not
possible to disable the security - restrictions a... more >>
Remoting using Consol Application Client and Consol Listener
Posted by Prateek at 7/19/2006 2:56:00 AM
Hi,
I am developing a remoting service which is accessed by a client
application using remoting. In doing so, is gives me an error called
"Cannot load type <Type Name> <Assembly Name>"
Following things I am doing in order to developed a remoting service
1 - Developed a dll called Remotabl... more >>
.NET Remoting with Multiple Channels
Posted by breeto NO[at]SPAM yahoo.com at 7/17/2006 3:17:30 PM
If you've configured .NET Remoting to use more than one channel of the
same type, for example two TcpClientChannels with unique names, when
you want to create a proxy to a remote object how do you specify which
channel you want that proxy to use?
Thanks in advance.
... more >>
.NET one way Remoting
Posted by newscorrespondent NO[at]SPAM charter.net at 7/15/2006 2:13:56 AM
As a client I am sending data using a OneWay method to a server.
What happens if the client is sending messages faster than the server can
consume them?
Who is responsible for holding the queue?
If the object sending is a WellKnownObjectMode.Singleton what happens if I
send another mess... more >>
|