| | Rating Thread /
Thread Starter | Last Post  | Replies | Views |
|  | Hi,
I have a server app setup as a service, and if run the client locally
then everythig works, but if I move the client to another machine...
gregchu1974@gmail.com
|
11-10-2006 04:39 PM
gregchu1974@gmail.com | 0 | 28 |
|  | Hi,
i am developing a windows service in C# with the .NET framework 2.0
which must be configured by different applications (VB 6.0 and C#).
I need...
thebig
|
11-10-2006 10:42 AM
thebig | 0 | 31 |
|  | Hi
I have been trying to implement an almost text-book example of a SAO
factory pattern for CAO creation. I have also implemented a simple
lease and...
franco
|
11-10-2006 09:39 AM
franco | 0 | 26 |
|  | I'm looking for a hybrid solution between a singleton and a singlecall
scenario. A singlecall creates a new instance of the class on every...
Jeremy Chapman
|
11-09-2006 06:37 PM
Spam Catcher | 1 | 24 |
|  | I have been trying to get a project using SAO, interfaces and a factory
design as suggested by Ingo Rammer in his advanced .net remoting book.
The...
Roey
|
11-09-2006 06:06 AM
Phill W. | 2 | 28 |
|  | Hi,
I have a tcp channel with rejectRemoteRequests set to false and useIPAddress
is set to true. PortName and Port number are also set.
In the...
Fratt
|
11-08-2006 12:47 PM
Fratt | 0 | 27 |
|  | I have a class which has a constructor with a mandatory parameter
"ObjectSpace". This parameter is important because the class itself is
merely a...
Peter Morris [Droopy eyes software]
|
11-08-2006 11:37 AM
Peter Morris [Droopy eyes software] | 0 | 20 |
|  | Hi
I am new to remoting and was trying to run a sample thats provided with
visual studio 2005 documentation. I am following every step mentioned in...
scsharma
|
11-08-2006 08:16 AM
scsharma | 4 | 26 |
|  | Hello everyone,
I use an application to start and stop a service and get information
from the service. When the service is started, I use a client...
Naly
|
11-07-2006 12:59 PM
Naly | 0 | 26 |
|  | Hi,
I'm searching for a framework for bi-directional asynchronous communication
in .NET.
The framework has to build up a connection between server...
Norman Gosserau
|
11-07-2006 09:31 AM
yekerui | 3 | 30 |
|  | Hi All,
I have a remoting server which will cater to the client request in
asynchronous way, and the number of clients can be any,in...
deepak
|
11-07-2006 02:35 AM
Dan Kelley | 6 | 34 |
|  | Has anyone successfully integrated SSPI in .NET 2.0 for http remoting
... ?
vikasgoyal77@gmail.com
|
11-07-2006 12:39 AM
vikasgoyal77@gmail.com | 0 | 24 |
|  | Hi!
I use tcp remoting channel and I need to perform user authentication via
Kerberos. As I understand, tcp channel uses NegotiateStream that...
Marek Cvrk
|
11-06-2006 09:18 AM
Marek Cvrk | 0 | 36 |
|  | Hi all,
before starting I must say that I'm a remoting beginner so I certainly
didn't assimilate all the tricks of remoting so please be kind...
baramuse@gmail.com
|
11-05-2006 11:49 PM
Spam Catcher | 2 | 31 |
|  | Hi,
I am rather new to .NET remoting so I apologize in advance for the
basic nature of my question.
I wanted to ask if it is at all possible to...
franco
|
11-04-2006 11:30 AM
mabra | 3 | 40 |
|  | I have a C# exe with remoting. That talks to a COM C++ dll.
so
client.exe -> .exe -> ->
and I also have it without remoting
client.exe -> ->
madmik3@gmail.com
|
11-03-2006 01:48 PM
madmik3@gmail.com | 6 | 30 |
|  | Hi,
when using BinaryFormatter to serialize and deserialize a DataSet that
has RemotingFormat set to SerializationFormat.Binary, all the...
pepemsk@gmail.com
|
11-03-2006 08:48 AM
pepemsk@gmail.com | 1 | 25 |
|  | Dave,
The DAO code where I work is all stored in one huge class file.
I didn't want any confusion between my serialization code and the...
matt@mailinator.com
|
11-02-2006 03:12 PM
pirho | 6 | 31 |
|  | Hi all
I'd like to enable/disable the remoting ability on instances of my class
depending on a user license. If the user has a "Professional"...
Peter Morris [Droopy eyes software]
|
11-02-2006 02:16 PM
Peter Morris [Droopy eyes software] | 16 | 56 |
|  | Hi
We have .net remoting applications (using .net framework 1.1)
I want to implement error handling in much better way to conclude about
the...
suhas
|
11-02-2006 11:26 AM
Spam Catcher | 1 | 29 |
|  | My application is this;
Remoting Service creates remoted object(Singleton), then is connects to the
object itself as there are vent i want server...
Pintofgin
|
11-02-2006 06:46 AM
Pintofgin | 0 | 29 |
|  | I had RWW working on a previous router with SBS 2003. I've since replaced my
router with a SonicWall. Now when I login to RWW, I can select the...
Laura
|
11-01-2006 07:06 PM
Laura | 0 | 33 |
|  | ..Net 1.1
On the currently executing thread, I create a new thread and start it. The
current thread waits for the new thread to complete execution...
Howard Swope
|
11-01-2006 10:20 AM
Howard Swope | 0 | 34 |
|  | Once the hotfix for Version Tolerant Serialization is applied to a 1.1
client, can that patched client still serialize to/deserialize from...
gfunked@gmail.com
|
10-31-2006 08:40 AM
gfunked@gmail.com | 0 | 25 |
|  | I have a service which has both an IPC and TCP remoting channel. A client
can use either to access my service and I talk to the clients via a...
dr
|
10-30-2006 03:31 PM
dr | 4 | 39 |
|  | I have a problem when using remoting to distribute my app between
multiple tiers. I am getting an error that the system cannot find the
file...
Roey
|
10-28-2006 02:10 PM
Roey | 0 | 33 |
|  | Hello All,
I have been searching for a solution for the last 2 days. As a last
resort, I am turning to this group. Please help.
I have an assembly...
Amit
|
10-27-2006 01:13 PM
Amit | 1 | 32 |
|  | I use .Net Framework 1.1 with Remoting channel= http and formatter=binary.
The remoting server components are hosted as webservice in IIS.
The client...
Maxx
|
10-27-2006 10:17 AM
Maxx | 4 | 26 |
|  | Hello,
I am looking into the different ways one can expose a Remoting service.
I am mostly interested in how can I expose one remoting service as a...
John Smith
|
10-27-2006 09:21 AM
John Smith | 0 | 26 |
|  | Hi,
I'm looking for the most efficient way to pass an XML document into a
remoting call. I know that I can return an XMLDocument from a...
Keith Langer
|
10-27-2006 02:59 AM
Günter Prossliner | 3 | 29 |
|  | I'd like to get some ideas of the best way to accomplish the following in
vs2005:
Win1 - a windows application
Web1 through WebX- many website...
FLDaveM
|
10-26-2006 08:16 PM
Spam Catcher | 6 | 28 |
|  | Sorry if this seems like a rehash, but I'm fairly sure it isn't. I'm getting
the somewhat infamous "System.Net.Sockets.SocketException: Only one...
JMoore
|
10-26-2006 03:41 PM
JMoore | 4 | 25 |
|  | Hello , ( Hola :-) )
Performance of Remoting is verry good ,,, maybe it depends on how you code
but if you use a binary channel it is much...
Michel Posseth [MCP]
|
10-26-2006 01:41 PM
Michel Posseth [MCP] | 0 | 36 |
|  | I have a server that provides clients with a singleton object in the normal
"remoting" way. However, I want to allow several clients to be able...
Magnus
|
10-26-2006 01:05 PM
Michel Posseth [MCP] | 5 | 33 |
|  | I have a Windows services which spawns multiple processes. Each of these
processes registers a TCP server channel. Occasionally a process...
John Smith
|
10-25-2006 01:45 PM
John Smith | 0 | 27 |
|  | hi
check this link :
http://msdn2.microsoft.com/en-us/library/t357fb32.aspx
Thanks
Senthil
http://dotnetcrunch.blogspot.com
SenthilVel
|
10-25-2006 09:17 AM
SenthilVel | 0 | 32 |
|  | I am getting a security error while trying to remote. My first
Remoting call works just fine. I retrieve a class object just fine. I
then use that...
Russ
|
10-24-2006 03:22 PM
Russ | 3 | 37 |
|  | Hello all,
I have following configuration for remoting application:
Server side; was wrote in VS2003
Shared library; was wrote in VS2003. Contains...
V&G
|
10-24-2006 02:53 AM
SenthilVel | 2 | 44 |
|  | Hey ho,
This is a question that I have already posted, but received no valuable
anser... So maybe I have more luck this time :-)
I have a...
Norman Chong
|
10-24-2006 02:50 AM
SenthilVel | 1 | 40 |
|  | Hi.
I have an standard Win32 .NET application that uses a remoting entry
point for add-in applications to communicate with it.
Multiple instances...
jesper.hvid@gmail.com
|
10-23-2006 02:31 AM
jesper.hvid@gmail.com | 0 | 25 |
|  | I've got a small networking setup that is using a set of WinXP machines with
two Win2003 server machines. One of the 2003 machines is a "primary"...
CJ Bourn
|
10-20-2006 02:54 PM
CJ Bourn | 0 | 27 |
|  | Hello All,
I have an application server that works with legacy com components with
Apartment threading model. The components take very long to...
Pranav
|
10-20-2006 08:17 AM
TDC | 4 | 29 |
|  | My assembly has a remotable class, and dependencies on some other
application assemblies.
In theory, the remoting client needs only the first...
leotohill@gmail.com
|
10-19-2006 05:51 PM
leotohill@gmail.com | 5 | 29 |
|  | Hi All,
In my current projects i have business obejcts that are running on a
remote server and Presentation (ASP.net) is accesing it using...
siddharthkhare@hotmail.com
|
10-19-2006 02:39 PM
siddharthkhare@hotmail.com | 2 | 29 |
|  | if i create a windows service and register a class that is not part of the
service project (it is part of a classlibrary project), when i start...
Fernando
|
10-19-2006 10:02 AM
Kim Johnson | 3 | 32 |
|  | We have a remoting client that has been registering an HttpChannel to
communicate with a remote server, and see a client-side firewall
block/unblock...
Kim Johnson
|
10-18-2006 04:03 PM
Kim Johnson | 0 | 31 |
|  | Hi all,
We have a remoting application (.NET service) which fires off "events" to a
client via delegates.
If the client hangs (i.e. goes into...
Spam Catcher
|
10-18-2006 11:21 AM
Guy Cox | 1 | 34 |
|  | I am trying to implement a method with 'out' and 'ref' string parameter but
I can't find the correct way to use them using remoting.
public int...
Jeronimo Bertran
|
10-18-2006 09:56 AM
Jeronimo Bertran | 0 | 24 |
|  | I startted off by using TCPChannel but this caused me several problems
the most serious being that if someone disconnected the network cable
my local...
Olie
|
10-18-2006 06:03 AM
Olie | 3 | 27 |
|  | I am having problems with Serializing and Deserializing when remoting.
Basically I have a class that inherits another class. How do I get
them...
Russ
|
10-17-2006 12:33 PM
Russ | 2 | 31 |