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     
Hi, I'm currently developing a distributed application in whichyou're required to login in the server with a clientapplication. It's is possible...
aart aarsjes via .NET 247
06-16-2004 03:19 AM
aart aarsjes via .NET 247 Go to last post
0 14
Hi there, I've written an Windows Service. In this service I've declared a windows form. I'm trying to open that form by using remoting. I can...
Marc Gritter
06-16-2004 02:29 AM
Marc Gritter Go to last post
2 15
Aside from adding a parameter to every remoted procedure call, is there any way for a remoted server object, especially a singleton that can...
Ken Allen
06-15-2004 10:49 PM
Doug Forster Go to last post
4 24
I have a windows service hosting a .NET remote object. I am trying to use http as the communication channel. I keep getting an error : The remote...
Shilpa Bhave
06-15-2004 10:42 PM
Sahil Malik Go to last post
1 14
YOu can use the following way to create a proxy which incudes all the classes in an assembly soapsuds -ia:<yourdll> -oa<yourProxyName> This is...
DotNetJunkies User
06-15-2004 09:21 PM
DotNetJunkies User Go to last post
0 15
Hi, I need to access a C# singleton object, from a VB6 application (to save porting the entire VB6 app over to C#). The singleton object is hosted...
Norvin Laudon
06-15-2004 05:27 PM
Sunny Go to last post
3 14
Hi, For various reasons, I am interested in using remoting between two application domains within the same process. But I do not want to require that...
Robert Conde
06-15-2004 03:31 PM
Sunny Go to last post
3 18
I've gotten the RemoteIIS example to work on localhost, but attempting to move it to another machine, yields the following error when I attempt...
dwa
06-15-2004 11:49 AM
dwa Go to last post
1 14
Clinton, When you call Connect, you are looking for a well-known object. Well-known objects can either be single-call, or singleton. Each of...
Nicholas Paldino [.NET/C# MVP]
06-15-2004 10:32 AM
Nicholas Paldino [.NET/C# MVP] Go to last post
0 18
Dear All I’m just getting into remoting and developed a client/server model to access the database. This model included the server component...
Lin Qi
06-15-2004 03:33 AM
Lin Qi Go to last post
0 10
Hi Why cant you use dataset or datatable or dataview or objects which implements IList? -- Sooraj PM Micorosft India Community Star "jesus...
Sooraj PM
06-15-2004 12:56 AM
Sooraj PM Go to last post
0 16
We have a system making heavy use of remoting, and up til now have been running it in a windows server with a TCP channel. We decided to host...
Joe
06-14-2004 07:49 PM
Joe Go to last post
4 15
We're trying to toubleshoot a remoting problem we're having, in which we receive the following error: Unable to login:BinaryFormatter Version...
dwa
06-14-2004 12:02 PM
Sunny Go to last post
2 15
I'm am fairly new to Remoteing so bear with me. I have a fairly large and complex remoting app. I have painstakeingly gotten this app to work...
AT
06-14-2004 11:52 AM
Sunny Go to last post
1 17
Hi, I was thinking about impersonation at the IIS side, then you should use web.config. But that way you just change the user under which...
Luis Fajardo
06-14-2004 11:48 AM
Sunny Go to last post
2 22
Hi, Sunny how to expose every class, can you paste the sample in here? Thanks. "Sunny" <sunnyask (AT) icebergwireless (DOT) com>...
Lin JinCong
06-14-2004 10:42 AM
Sunny Go to last post
1 14
Hello. I currently have a windows form running inside a web-application. This windows form makes a remote call to a server, which returns...
AT
06-14-2004 10:39 AM
Sunny Go to last post
2 16
Hi, I am passing a user defined class, that has a NameValueCollection as one of the members, as a return value from a remote object method. It does...
Microsft Newsgroups
06-14-2004 10:31 AM
Sunny Go to last post
5 26
I have managed to finaly get remoting communicating between my client and server. The problem that I now having is that my dll on the server contains...
AT
06-14-2004 10:25 AM
Sunny Go to last post
6 12
I have just created a server and a client .. I have started the server when I start the client I get error .. "No connection could be made because...
vips
06-14-2004 08:11 AM
vips Go to last post
2 21
I'm calling an assembly from IE and getting a huge delay before it will appear. <object id="ET"...
westerdale
06-14-2004 02:55 AM
westerdale Go to last post
2 13
Hello. I used remoting as the distributed system in a 3-tier architecture; I actually used the factory pattern and things are looking good. However,...
TIBM
06-13-2004 01:41 AM
Sooraj PM Go to last post
1 18
Hello, I would like to know if I can start a remoting server as a service(i.e. without havine to be logged in) ? thanks in advance Stefan
Stefan Rosi
06-13-2004 01:27 AM
Sooraj PM Go to last post
1 22
I have ISerializable implementation that looks as follows - public void GetObjectData(SerializationInfo info, StreamingContext...
Sahil Malik
06-11-2004 06:37 PM
Fritz Go to last post
3 20
Hi, Does http channel remoting work behind autenticated proxy and firewall ? TIA regards -kumarforg
Kumarforg
06-11-2004 12:53 PM
Sunny Go to last post
1 11
I'm implementing a .NET remoting solution. I bought the book "Advanced .NET Remoting" by Ingo Rammer. Excellent book. I was able to successfully...
Chris B
06-11-2004 12:21 PM
Sunny Go to last post
1 20
Hi All, I've got an remote-object as a singleton. This singleton has some procs wich accepts TObjects (Delphi) or System.Object 's This singleton is...
Henrik de Jong
06-11-2004 11:07 AM
Dan Kelley Go to last post
1 19
Hello, Is there a site somewhere which lists _all_ remotable framework classes ? TIA, Michiel.
Michiel
06-11-2004 10:54 AM
Sunny Go to last post
3 17
Hi I'm hosting a singleton remote object in my app. I'm using Static Initialization as described on MSDN. Here's a code snippet to give you an idea...
Stephan Steiner
06-11-2004 04:19 AM
Stephan Steiner Go to last post
2 18
for example, over the same port (channel) create multiple service like this /service1 /service2 /service2 Is possible to do that, how?
AA
06-10-2004 10:20 PM
AA Go to last post
5 16
For an academic research project I am trying to write a small Jscript program that will just pop up a window, listen to what you hear and recognize...
cassie
06-10-2004 07:05 PM
cassie Go to last post
0 15
Hi, I know that it is impossible to host a stateful (singleton) .NET Remoting object under IIS 6 because IIS has the habit to recycle its worker...
Elp
06-10-2004 05:02 PM
Elp Go to last post
0 15
Hi all, I have an idea to use Remoting in my application but it does not seem to follow any of the examples I've seen so I'm not sure...
Robert Conde
06-10-2004 04:57 PM
Robert Conde Go to last post
3 15
Hello, I'm trying to build a monitoring system into a Win32 service I've written by having the service offer a remotable class "monitor" to...
ianLOSEatTHEaltispartnersCAPS.com
06-10-2004 01:03 PM
Sunny Go to last post
1 21
I have a windows service that has a singleton remotable object. I need to call the singleton's startup method from the service's...
AT
06-10-2004 11:14 AM
Sunny Go to last post
1 16
Hi All, I have a project: 1. Start an .exe from a .NET application; 2. The exe launches new processes on each machine on the network of the...
nycboy
06-10-2004 11:13 AM
nycboy Go to last post
0 17
what is the actual use of interfaces in oops.. why do we need them .. one reason is as a part of design to implement all the methods (of interface)...
vips
06-10-2004 06:27 AM
vips Go to last post
2 22
Hi I have created a UDP server (in form of a windows Service) and client application on a Windows XP machine. When running both on the same machine...
Astrefix
06-10-2004 01:35 AM
Astrefix Go to last post
0 16
When I use soapsuds to extract mata data for a class which implements an interface which is defined in a separate assembly I get a null...
Richard Bell
06-09-2004 05:46 PM
Richard Bell Go to last post
9 30
I have identical code I run in both an executable and a service. Both simply serve out a singleton remotable object I get different(wrong) results...
cm
06-09-2004 05:46 PM
cm Go to last post
0 14
Hello, I currently have this application based on remoting and someudp/tcp programming. I sort off followed Ingo Rammer's sharedassembly technique...
Josue Candal via .NET 247
06-09-2004 03:00 PM
Josue Candal via .NET 247 Go to last post
0 17
I am having a thread blocking issue of some sort when invoking a SoapHttpClientProtocol object after having a System.Net.WebException{"The request...
Dmitriy
06-09-2004 12:44 PM
Dmitriy Go to last post
0 20
I have a remotable object hosted in IIS. The remotable object uses some utility classes from another namespace. Those classes and the remotable...
richard gruh
06-09-2004 11:51 AM
richard gruh Go to last post
0 16
I need to know the best way to implement impersonation for the following .NET Remoting implementation I'm using CAO and the remotable objects are...
MR. UNDERHILL
06-09-2004 10:56 AM
MR. UNDERHILL Go to last post
0 15
(Type your message here) -------------------------------- From: Saravanan PV Hi, I am trying to access remote object that is hosted in IIS from...
Saravanan PV via .NET 247
06-09-2004 10:10 AM
Saravanan PV via .NET 247 Go to last post
0 17
How should I handle the user clicking a button that calls an asynchronous SAO? Should I disable the button until my call returns? Just curious...
John
06-09-2004 09:46 AM
Sahil Malik Go to last post
3 18
Is there a way to Bind a control to a collection of MarshalByRef's on a client windows form control? The of binding and establishing Display Member...
Adam
06-09-2004 09:43 AM
Adam Go to last post
0 18
Thanks juergen, That solved my Singleton problem. It did occur to me as odd calling the new operator, but the code sample was given at The Code...
AT
06-09-2004 09:42 AM
Sunny Go to last post
1 17
Hi Allen, Can you please look at this problem and give some information? Thanks in anticipation. Nitin -------------- Hi, We have a remoted object...
Microsft Newsgroups
06-09-2004 09:40 AM
Microsft Newsgroups Go to last post
0 16
Is there a way to Bind a control to a collection of MarshalByRef's on a client windows form control? The of binding and establishing Display Member...
Adam
06-09-2004 09:34 AM
Adam Go to last post
0 18
Post New Thread

Display Options
Showing threads 2651 to 2700 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.