HighTechTalks DotNet Forums  

Sponsored Links


Dotnet Framework (Remoting) microsoft.public.dotnet.framework.remoting


Discuss in the Dotnet Framework (Remoting) forum.



Post New Thread
Threads in Forum : Dotnet Framework (Remoting) Forum Tools Search this Forum
  Rating Thread / Thread Starter Last Post Reverse Sort Order    Replies         Views     
Can someone please explain the difference between using single call or singleton remoting object? When do you use one over the other. I am working...
Amy L
09-15-2006 05:03 AM
Sundararajan Narasimman Go to last post
2 30
Good afternoon, I've create a Windows Service application. The Windows Service is the "server" for .NET Remoting. I use VB.NET 2.0. Information...
Lammert
09-15-2006 02:26 AM
Lammert Go to last post
2 29
Can you explain to me how I can do it ? I've given full trust permissione to my assembly using .NET Configuration 1.1 panel but I obtain the same...
Lambuz
09-12-2006 12:06 PM
Spam Catcher Go to last post
1 23
Hello I'm having a problem in my remoting application (client part). This is the exception I get "The argument type System.MarshalByRefObject cannot...
Bosch571
09-12-2006 07:04 AM
Bosch571 Go to last post
0 31
Hi All, I am facing an error {"Unable to read data from the transport connection: An existing connection was forcibly closed by the remote host."}...
sentiboy@gmail.com
09-11-2006 11:34 AM
sentiboy@gmail.com Go to last post
0 37
Hello Jigar! Because the specification of the binary Remoting Format (BinaryFormatter) is AFAIK not documented, the only way will be to call the...
Günter Prossliner
09-11-2006 03:47 AM
Günter Prossliner Go to last post
0 29
I have (at least partially) developed a custom remoting channel that uses a JMS-implementation (messaging queues) as the transport. I am using the...
Josh Collins
09-08-2006 12:58 PM
Josh Collins Go to last post
1 27
"Jigar Mehta" <jigar.programmer (AT) gmail (DOT) com> wrote in news:1157723015.848547.70990 (AT) i3g2000cwc (DOT) googlegroups.com: Is this a...
Spam Catcher
09-08-2006 10:25 AM
Spam Catcher Go to last post
2 29
Spam Catcher wrote: Looks like the ToString(...) method (on every object in the framework) is the easiest approach for now.. until something better...
Sean F. Aitken
09-08-2006 08:55 AM
Sean F. Aitken Go to last post
1 24
Hi Experts, I do not have any experience in .net remoting. Can you please suggest me the correct path? Thanks PN
PN
09-07-2006 08:37 PM
htt Go to last post
1 30
I am trying to set up a remoting communication between server and client. While this works fine with tcp and http channels, it doesn't work with...
klaus
09-07-2006 03:34 PM
klaus Go to last post
0 48
Hi, I've noticed that whenever the server tries to send back to client a dataset with over 50,000 rows, it crashes due to a memory...
ami
09-07-2006 02:23 PM
yekerui Go to last post
5 25
Hello, forgive me in advance for the wordy message below. The problem is summarized in the first paragraph below however, with the...
Zachary Turner
09-07-2006 01:44 PM
Zachary Turner Go to last post
0 29
I have just converted a client server applicaton using remoting from framework 1.1 to 2.0 All seems to work except that an execption is thrown on the...
Francesco
09-07-2006 09:24 AM
Francesco Go to last post
0 30
Hi, I am testing my client/server and have noticed that everything works fine when both client and server are running on the same machine. The...
ami
09-06-2006 11:11 AM
ami Go to last post
0 32
Hi, I have application in c# like a server which receive continuous live data from other server. C# application parse the data as per my requirement...
vishnu.baroda@gmail.com
09-06-2006 05:32 AM
vishnu.baroda@gmail.com Go to last post
0 21
Hi, I'm trying to construct a sandbox using the procedure outlined here: http://blogs.msdn.com/shawnfa/archive/2005/08/08/449050.aspx. I...
Nick Johnson
09-05-2006 06:01 PM
Nick Johnson Go to last post
1 24
Hello all, I'm working on a project that requires the use of distributed notifications between machines. I.e. an update is made by one machine and...
crgsmrt@hotmail.com
09-05-2006 11:28 AM
GoogleEyeJoe Go to last post
1 21
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. ...
Peter Franks
09-05-2006 10:05 AM
Phill W. Go to last post
9 35
Hi, Can somebody shine some help on this issue - Im totally confused!!! I am to construct a distributed application that will have many clients at...
GoogleEyeJoe
09-04-2006 12:04 PM
GoogleEyeJoe Go to last post
0 27
Hi, Can somebody shine some help on this issue - Im totally confused!!! I am to construct a distributed application that will have many clients at...
GoogleEyeJoe
09-04-2006 12:04 PM
GoogleEyeJoe Go to last post
0 31
Hi ! I have a working application with a remote object hosted in IIS 5 and a Winform Client. This application works perfectly, so let's say that all...
Eric Friedlingstein \(Synapsis\)
09-04-2006 11:49 AM
Eric Friedlingstein \(Synapsis\) Go to last post
0 22
Hi, I want to configure the ports that client uses to connect to the server. In my application, I am seeing that client uses any port...
Jigar Mehta
09-04-2006 08:58 AM
Jigar Mehta Go to last post
0 25
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...
oskar@musiker.nu
09-04-2006 08:38 AM
oskar@musiker.nu Go to last post
4 34
Hi, I've been reading a few articles on the web and it appears to advise users that MS recommends not to use .NET Remoting. Instead to use WCF? As...
GoogleEyeJoe
09-04-2006 07:44 AM
GoogleEyeJoe Go to last post
0 30
I have a .Net 1.1 Windows Service that communicates with the outside world using remoting. In rare cases customers need to install this...
Jeff
09-03-2006 11:09 AM
Jeff Go to last post
0 27
I have an assembly hosted and configured as a "singlecall" by a windows service, which is used by a remote client. Now I somehow need to access this...
Striped
09-01-2006 08:14 AM
Striped Go to last post
0 35
hello everybody Today itself I started looking at WMI and its wonders. I am trying to look for a way to see how many active sql connections made by...
cdsingh@gmail.com
09-01-2006 03:16 AM
steven43126 Go to last post
1 22
Dear Experts I am new to .Net remoting. Just wondering how many concurrent connections can a remoting server component serve. I did a stress test...
Jimz
09-01-2006 03:16 AM
Jimz Go to last post
0 28
I have a client/server talking via .NET Remoting using TCP/Binarystream. I like to decode the TCP traffic between the client/server to find out...
htt
08-31-2006 05:01 PM
htt Go to last post
0 21
In java world, there are all kinds of different EJB providers (e.g. JBOSS) that can be used to host EJBs What are the options with .NET remoting? I...
David Jessee
08-31-2006 08:46 AM
Spam Catcher Go to last post
1 30
"Kürşat" <kursattheking (AT) hotmail (DOT) com> wrote in news:uIsx#azyGHA.2208 @TK2MSFTNGP03.phx.gbl: Pass a reference of the form to the...
Spam Catcher
08-31-2006 08:38 AM
Spam Catcher Go to last post
0 28
Hi all, Are CallContexts dropped when using using Delegate calls? On the server side: Dim _SetStateDelegate As SetStateDelegate = New...
Spam Catcher
08-31-2006 02:53 AM
Spam Catcher Go to last post
2 31
I have a .net application migrated from 2003 to 2005.In the new version 2005 of .net,a new parameter has been introduced for this method which is...
Balaji Narayanan
08-31-2006 01:58 AM
Spam Catcher Go to last post
1 36
I'm new to remoting and was hoping that someone could help me out. I've followed along with the examples in the Remoting Bible (Rammer) - he like...
SC
08-31-2006 01:54 AM
Spam Catcher Go to last post
1 27
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...
Max
08-31-2006 01:53 AM
Spam Catcher Go to last post
1 28
Ok so I figured out using a test app that both objects (the container object, as well as the data object) both need to be MarshalByRef or I can't...
MIke Brown
08-29-2006 09:32 PM
MIke Brown Go to last post
0 26
On Tue, 29 Aug 2006 09:48:39 +0300, Kürşat wrote: It doesn't. What you'd usually do is create a small proxy class that inherits from...
Mehdi
08-29-2006 09:42 AM
Mehdi Go to last post
0 30
Hi, I am writing a windows server program implemented as a windows service. I need a way to check the status of this server-application and thinking...
nyhetsgrupper@gmail.com
08-28-2006 10:37 AM
David Jessee Go to last post
2 37
In my Remoting project there exists a service, which returns an image stream per client call (each second). Everything seems to operate well, except...
victor
08-28-2006 07:20 AM
victor Go to last post
0 29
Hey, I'm current developing a small network/internet game in .Net 2.0 for mulitple players. The game is played in "real time" and not...
Ram
08-27-2006 11:06 AM
Spam Catcher Go to last post
1 28
Hello, I am trying to communicate from C# (Windows app) to a server program in C in a Unix box. The server in the unix box is a simple C program...
Bala Nagarajan
08-25-2006 03:16 PM
Bala Nagarajan Go to last post
0 35
Dear Experts, I understand from various threads in this group that .NET remoting is not available on the .NET Compact Framework. I would like to...
ganeshokade@gmail.com
08-25-2006 02:33 PM
yekerui Go to last post
1 35
Hi all, I was reading "Advanced Net Remoting v2" by Ingo Rammer, and in Chapter 7(about lifetimes), i've read a strange thing, that is,...
valerossi@tiscali.it
08-25-2006 03:54 AM
La Fayette Go to last post
5 34
I am trying to implement a solution for integrating with a third party web browser application (call it appB). This third party supports "web plug...
gkustas@hvc.rr.com
08-24-2006 05:11 PM
Spam Catcher Go to last post
1 29
Hello, I've got 3 applications that I'm porting from .NET 1.1 to 2.0 and I'm having a problem in that calls from the client hang when calling...
rickt@gjcity.org
08-24-2006 04:07 PM
rickt@gjcity.org Go to last post
0 33
I have a single call remoting server, that accesses SQLServer, running as a windows service with multiple clients accessing over an mpls network...
MrKazoo
08-23-2006 01:42 PM
MrKazoo Go to last post
0 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
08-23-2006 10:01 AM
Maxx Go to last post
0 35
Hi everyone, I'm having a little bit of trouble doing some remoting with .NET framework 2.0: I have a client-activated marshalbyref object and...
Jono
08-23-2006 04:30 AM
Jono Go to last post
7 45
Hello Dave! There is none. This is something I already do. But what in cases when it is not possible like:
Günter Prossliner
08-22-2006 01:57 PM
marek.stachowicz@sbcglobal.net Go to last post
5 28
Post New Thread

Display Options
Showing threads 501 to 550 of 4522
Sorted By Sort Order
From The
Forum Tools Search this Forum
Search this Forum :

Advanced Search

New posts New posts More than 15 replies or 150 views Hot thread with new posts
No new posts No new posts More than 15 replies or 150 views Hot thread with no new posts
Closed Thread Thread is closed  
 
Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off


Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.