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     
I have a simple remoting sample using IPCChannel. If I run the server code as a console app my client can connect just fine. However, if I the...
Grant Schenck
10-17-2006 12:25 PM
Gus McNaughton Go to last post
2 43
I have a simple console test application that sets up a TCP channel for remoting and registers an object, and then services requests until I...
silent tone
10-16-2006 02:20 PM
silent tone Go to last post
1 35
I would like to be able to use HTTP, SOAP with a remoting service (not IIS) and use SSL to connect. It works as I would like when connecting via http...
SNORBERG
10-16-2006 07:16 AM
Scott Go to last post
5 32
I have a client server application where the client connects to a well known remoting object on the server which provides methods for it to call....
Daren Terry
10-13-2006 05:04 AM
Daren Terry Go to last post
0 31
I created a custom client formatter sink to pass some information. I can create it as follows: BinaryClientFormatterSinkProvider binarySink =...
Gary H
10-12-2006 07:36 AM
Gary H Go to last post
1 29
Hi, I have a (hopefully) little problem with remoting: I'm currently developing an application (VB.NET) which should execute some methods on a...
normanchong@freenet.de
10-12-2006 12:53 AM
normanchong@freenet.de Go to last post
2 45
I'm designing a remoting C/S application. I want to obtain references to "business" objects created on the server side to enable invoking methods...
Todd Beaulieu
10-11-2006 03:47 PM
James Westgate Go to last post
1 42
We have two parts of an overall application that use .NET Remoting and we're looking at adding a third feature that will also use .NET Remoting....
Zoe Hart
10-11-2006 01:19 PM
Zoe Hart Go to last post
4 33
I have created a windows service and installed it. I use NET START servicename but I get the message that the service has started and then stopped. ...
cashdeskmac
10-11-2006 03:11 AM
cashdeskmac Go to last post
6 28
Hi everybody, Here is the scenario: We have a number of web servers and although each one has a copy of the business objects required by our...
Ekin Caglar
10-10-2006 09:26 AM
Ekin Caglar Go to last post
6 28
Hi all, I'm a bit stumped - I created a new .NET 2.0 remoting project, and there seems to be a "HTTP Client" channel that is pre-registered. Does...
Spam Catcher
10-10-2006 08:33 AM
Spam Catcher Go to last post
1 21
Hi there, I was previously able to store my AsyncResult to the Session with the sessionstate mode="InProc" but now I get: System.Web.HttpException:...
sean.swords@gmail.com
10-09-2006 10:58 AM
Günter Prossliner Go to last post
5 25
Hello all, I'm with a memory leak problem... I have any objects that GC not collect. When I was investigate this objects with AQtime I see that it...
Fernando Vasconcelos Mendes
10-09-2006 06:44 AM
Günter Prossliner Go to last post
1 28
Hello, Could someone please explain why the Socket.Send is slow to send to the same process it sending from. Eg. Process1 calls Socket.Send which...
BuddyWork
10-07-2006 03:44 PM
Goran Sliskovic Go to last post
1 25
I'm new to .NET remoting, and I'm having trouble getting a callback to work from a server. I've been through a dozen webpages and the references...
dvestal@gmail.com
10-06-2006 07:41 AM
dvestal@gmail.com Go to last post
2 29
How does one open a System.Windows.Forms.Form using ShowDalog(), from within an asynchronously called method, hosted inside a MarshalByRef...
Jah Rastahfari
10-05-2006 12:46 PM
Jah Rastahfari Go to last post
0 22
I am writing a new remoting service for a system that will be exposed to the Internet. We originally had it built as a webservice, but the overhead...
EmeraldShield
10-05-2006 03:36 AM
Spam Catcher Go to last post
1 35
Hi for all, For the past 1 week i am getting this error. System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage(IMessage reqMsg, IMessage...
Fed up guy with an remoting exception
10-04-2006 12:36 PM
Fed up guy with an remoting exception Go to last post
0 35
Is there a way to implement digital signature in remoting without IIS? So. Can I make some like this? Dim propiedades As IDictionary = New...
CesarRuiz
10-04-2006 12:18 PM
CesarRuiz Go to last post
0 28
Hello! We implemented our communication server as a Windows service using .Net framework 2.0 and .Net Remoting. During the testing on Windows...
ryabchuk@yahoo.com
10-02-2006 08:00 AM
ryabchuk@yahoo.com Go to last post
0 46
Server machine =========== I have a .net remote server application (console app hosting a .net remote object) installed on the server...
balak
09-29-2006 12:55 PM
Goran Sliskovic Go to last post
3 30
I just started using .NET Remoting. I have a test system (client) which should connect to our device (server) running XP Embedded. When my server...
Jan
09-29-2006 04:35 AM
Jan Go to last post
0 24
I am trying to find out the secure option in the TcpChannel works. I have read that it can provide encryption of the data. If so what algorithm...
Daren Terry
09-28-2006 03:15 PM
ruizbusiness77@hotmail.com Go to last post
1 36
Hi, This property is not working with asynchronous request. why?? I really need to implement timeout in remoting http requests. Are there...
silva.sergiomanuel@gmail.com
09-28-2006 11:29 AM
Spam Catcher Go to last post
1 23
Hi ! - I have a winform application connecting to a remote object hosted in iis 6. I used a 'soap' formatter. - My IIS is reacheable from the...
Eric Friedlingstein \(Synapsis\)
09-28-2006 10:18 AM
Eric Friedlingstein \(Synapsis\) Go to last post
2 21
I created a simple client and server using the remoting example in the MSDN Library. Run the server and client, works fine. Now run a second...
Douglas Peterson
09-28-2006 09:48 AM
Deepak Go to last post
2 28
Hey, I am using .net remoting server. I have encountered an unexplained problem with the server, It's running fine till the second the client...
ami
09-28-2006 05:27 AM
ykozlov@pc-studio.com Go to last post
2 37
Hello, I have a Windows Service developed in C# .NET. I'm making it a remote server and I can, via an IPC Channel, expose methods on an object and...
Grant Schenck
09-28-2006 05:24 AM
ykozlov@pc-studio.com Go to last post
4 28
So I have this (singleton) remote object. It has a delegate for a data change event: public delegate void DataChangeEvent(); When the client(s)...
Douglas Peterson
09-27-2006 12:29 PM
Spam Catcher Go to last post
1 26
Hello I've created a sink channel (.net remoting) on server side and I receive a data from client in LogicalCallContext. It works well, but now I...
sirtap
09-27-2006 11:07 AM
sirtap Go to last post
0 23
We have recently ported our .NET 1.1 remote "gateway" code to .NET 2.0. The code runs as a service and reads a list of "services" to provide from...
DLP22192
09-27-2006 09:45 AM
DLP22192 Go to last post
0 18
Hello I have implemented a sink (.net remoting) and I wonder how could I break the process of execution of a remote method. For example, I check a...
sirtap
09-27-2006 09:37 AM
Jonathan Boivin Go to last post
3 24
Hi All I'm starting to wonder about the performance of our remoting calls and not sure where to look to confirm my suspisions. I've got 3 websites...
Greg Nagel
09-27-2006 12:14 AM
Greg Nagel Go to last post
2 24
I've created a custom exception class that is marked Serializable and implements the ISerializable interface. I am throwing this custom...
GP
09-25-2006 02:45 PM
GP Go to last post
1 31
Anyone have any code on making dynamic remoting call via reflection? Thanks!
Spam Catcher
09-24-2006 09:35 PM
Spam Catcher Go to last post
0 20
We upgraded our volume renderer to 2005, but it crashes with our event system when using the OneWay attribute. After much searching and analyzing...
Roger Crawfis
09-23-2006 09:56 AM
Roger Crawfis Go to last post
0 24
Scenario: 1. Web server (internet): IIS + ASP.NET (version 1.1 + 2.0) running as a stand-alone-server. 2. Application server (Component...
Flemming
09-22-2006 04:34 AM
Flemming Go to last post
4 29
Hi, We built two application that communicate with each other using .Net remoting on the same machine, essentially replicating what we used to be...
RF
09-21-2006 11:09 AM
Jonathan Boivin Go to last post
3 29
Hey all, I've got a .NET Remoting application that dynamically loads assemblies from a specified path at run time. I have a class factory that...
slylos
09-21-2006 05:50 AM
Phill W. Go to last post
8 26
Losing my mind with this. I had a project that I had started and was working fine - now, that I have time to continue I have resurrected it (started...
jon.porter@gmail.com
09-21-2006 02:10 AM
Lambuz Go to last post
8 28
Imports System.Collections Imports System.Runtime.Remoting Imports System.Runtime.Remoting.Messaging Imports...
Jonathan Boivin
09-20-2006 02:39 PM
Jonathan Boivin Go to last post
1 22
Imports System.Runtime.Remoting Imports System.Security.Principal Imports System.Runtime.Remoting.Lifetime Imports...
Jonathan Boivin
09-20-2006 02:38 PM
Jonathan Boivin Go to last post
1 31
The two classes are for my common DLL between the server and the client. When I'm talking about server in my previous message I meant the...
Jonathan Boivin
09-20-2006 01:22 PM
Jonathan Boivin Go to last post
0 23
<?xml version="1.0" encoding="utf-8"?> <configuration> <system.runtime.remoting> <application> <channels> <channel ref="http"...
Jonathan Boivin
09-20-2006 01:08 PM
Jonathan Boivin Go to last post
0 28
<?xml version="1.0" encoding="utf-8" ?> <configuration> <system.runtime.remoting> <application> <channels> <channel ref="http"...
Jonathan Boivin
09-20-2006 12:48 PM
Jonathan Boivin Go to last post
0 24
I am using remoting to pass data from a server to a client (or clients). It has worked really well until we had some DNS problems yesterday. Now I...
Rich Wood
09-19-2006 08:47 AM
Rich Wood Go to last post
1 22
EXACTLY the same problem!! Does somebody have any answer? pleaaaaaaaaase :) thx :) Kürşat a écrit :
Spam Catcher
09-19-2006 03:14 AM
baramuse@gmail.com Go to last post
3 32
Hi all, Is there a way to use .net remoting CAO, where a client or server or both, are using NAT? I need do it this way, because I need keep my...
Leonardo Bruno Lima
09-18-2006 03:13 PM
Spam Catcher Go to last post
1 26
I have created a singleton server in the host and want to connect an event handler to it. My remote client simply sends some data to the server. ...
treeman
09-17-2006 01:12 AM
Spam Catcher Go to last post
4 32
I hope I can get some advice on a design/technology question here. The app is a medical claims case management system. It is written in VB.NET and...
Jeff Mason
09-16-2006 08:39 PM
Nick Malik [Microsoft] Go to last post
3 19
Post New Thread

Display Options
Showing threads 451 to 500 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.