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     
How do I deploy remoting objects on IIS server .? I have created a example application which has a client and server, and server is console...
vips
07-13-2004 10:16 AM
Sunny Go to last post
2 12
Hi Shrine, In article <6190C4B1-3087-4105-A4E3-A6D863F78ED5 (AT) microsoft (DOT) com>, Shrine (AT) discussions (DOT) microsoft.com...
Sunny
07-13-2004 10:07 AM
Sunny Go to last post
0 21
just testing posting
road_rand
07-13-2004 01:47 AM
road_rand Go to last post
0 20
Hi all, When I debug my .Net remoting application, I encountered an error message that reads: "The remote server returned an error: (405) Method Not...
Linno Hak
07-12-2004 11:14 PM
Sanjeeva Go to last post
1 23
try this link for beginners. http://samples.gotdotnet.com/quickstart/howto/default.aspx?url=/quickstart/h owto/doc/Remoting/mainfeatures.aspx "KC"...
Sanjeeva
07-12-2004 11:10 PM
Sanjeeva Go to last post
0 18
Hi How do you get SoapSuds to generate constructor stubs? Thanks Stewart
AT
07-12-2004 09:52 PM
AT Go to last post
0 28
I'm trying to construct a client application with two components. Component 1 - A C# service that synchronizes data from a remote...
msnews.microsoft.com
07-12-2004 05:15 PM
Sunny Go to last post
4 20
Hi All, I don't know whether this is the right forum to post my question to. Anway, here it goes... How to activate the DCD line of the serial port...
sm
07-12-2004 01:23 PM
Allen Anderson Go to last post
1 18
folks i am trying out th sample multiserver application from I. Rammer eg 3.20 3.21 and the client in which i have 2 servers and object from...
nahur
07-12-2004 01:22 PM
Allen Anderson Go to last post
2 22
I have an C# .NET remoting app/server that is sometimes inside the domain on LAN and sometimes outside on WAN. 1) I would like to easily detect the...
Matthew Murfin
07-12-2004 01:19 PM
Matthew Murfin Go to last post
0 14
Hi. We changed our class naming scheme and now when try to deserialise one of our old pre-saved objects it says that the assembly can be found (as...
Paul
07-12-2004 09:49 AM
Paul Go to last post
0 13
Hi NG I've got another issue in my remoting application. I want to catch and manage the exception thrown when a client try to access to the remote...
AT
07-12-2004 04:46 AM
k a Go to last post
2 11
Hi All, Is it possible for a remote application in one application domain to access local application domain's global variables? How can this be...
sm
07-12-2004 03:29 AM
sm Go to last post
0 21
Hi, I am currently evaluating the performance of .NET Remoting. I build some tests to measure the performance of the different .NET Remoting...
Manuel MSB
07-12-2004 02:41 AM
Manuel MSB Go to last post
0 20
I am developing an enterprise application. I am using Enterprise Services provided by .NET. I am calling these...
Robert Maria Joseph
07-11-2004 07:10 AM
Robert Maria Joseph Go to last post
6 16
There doesn't seem to be a newsgroup for .NET windows services, so I'll ask this question here... I want to create a debug version of my windows...
Bob Rundle
07-09-2004 04:03 PM
Bob Rundle Go to last post
5 20
Here's a simple question: I'm building an application that will have a wide deployment in a specific industry. I am using .NET remoting and will...
Bob Rundle
07-09-2004 04:00 PM
Bob Rundle Go to last post
4 14
Have you read the conclusion? I have made even more stupid things with reflection in production environment, but now I just do not want to think...
Chris B
07-09-2004 02:20 PM
Sunny Go to last post
2 21
Hi, I have a remote object (residing in a DLL) that is hosted by IIS. The object should be created as a singleton as specified in the web.config...
Keith Foster
07-09-2004 11:02 AM
Ken Kolda Go to last post
4 12
Hello I'm using a Remoting server (Singleton) and i would like to controle its destruction. Is there a kind of...
AT
07-09-2004 10:33 AM
Gaetan semet Go to last post
6 31
I'm trying to use the property grid to browse properties on a remoting object. While setting the SelectedObject property of the PropertyGrid I...
Bob Rundle
07-09-2004 08:25 AM
Bob Rundle Go to last post
1 26
this is a basic security change Microsoft made from 1.0 to 1.1 of the ..net framework. Check out this article for more...
Allen Anderson
07-08-2004 09:59 PM
Snowy Go to last post
3 17
I noticed something very strange. I have a server program in which I have registered well known type on a TCP channel. Everything works fine except...
Bob Rundle
07-08-2004 07:32 PM
Bob Rundle Go to last post
0 13
Hi, get Ingo Rammer's "Advanced Remoting". Don't be scared by the title. All the basic concepts are there as well as many many useful stuff. Btw,...
Sunny
07-08-2004 03:26 PM
nahur Go to last post
1 15
Is there a way to add httpHandler programmatically instead of web.config? Thanks, Konstantin.
Konstantin
07-08-2004 02:57 PM
Konstantin Go to last post
0 14
I am trying out sample 3.5 the client Acesses the client activated object from ingo rammer adv .net...
nahur
07-08-2004 02:04 PM
Sunny Go to last post
1 19
Does anyone know of any tools / solutions to automatic serialization of objects (like the attribute with no custom implementation, but *without* the...
John Wood
07-08-2004 12:55 PM
Jose Luis Manners Go to last post
3 11
Tom: What I don't understand is, according to MSDN documentation "Automatic Deserialization in .NET Remoting", the default "Low" deserialization...
Snowy
07-08-2004 11:11 AM
Sunny Go to last post
1 23
I'm publishing a singleton object on a windows-forms based host .exe program, but also want to monitor its state from this host .exe, basically...
Willliam
07-08-2004 11:09 AM
Sunny Go to last post
7 14
haven't seen a response by a single one.
Jon Turner
07-08-2004 10:33 AM
Bob Rundle Go to last post
3 15
Hi All How do you set the machineName of a channel on IIS. IIS is running bedind a firewall with port forwarding. I can get CAO working if I write...
AT
07-08-2004 10:27 AM
Allen Anderson Go to last post
3 19
Hi All, We are looking at using remoting at one of our clients sites to share common data / objects. One application they have so far has been...
Alex Stevens
07-08-2004 10:16 AM
Allen Anderson Go to last post
2 13
Do I need to be concerned about thread availability when I call BeginInvoice on my delegate or will the delegate be queued up into the thread pool...
Jon Turner
07-08-2004 09:44 AM
Allen Anderson Go to last post
2 16
Hi Is it possible to pass a copy of an object from the server to the client that inherits from MarshalByRefObject?. I have an object where it makes...
AT
07-08-2004 09:15 AM
Sunny Go to last post
3 15
My WindowsForm client app access my remote server application hosted by IIS. The problem is that client is not accessing server through remoting...
Jalal Akram
07-08-2004 06:36 AM
Mike Williams Go to last post
2 12
A serialize remoting object, when I try to upload a file to server by it, occur error:cause security limit, cannot access...
Lin JinCong
07-07-2004 07:57 PM
Lin JinCong Go to last post
2 14
Hi How do you stop unwanted uses running objects on the server? The server has an open tcp channel with a few activated objects, what is the best...
AT
07-07-2004 07:45 PM
AT Go to last post
3 20
I have a fairly "heavy" data access assembly that was written without remoting in mind (it's not interface based, etc.). Currently we access...
Joel
07-07-2004 01:36 PM
Allen Anderson Go to last post
4 12
when it hangs, is it actually calling the event in the first client and returning? For that matter, is the first client unsubscribing from the event...
Wara
07-07-2004 09:38 AM
Allen Anderson Go to last post
4 19
the fact that the local object also carries the abstract class with it shouldn't matter at all. It's not a transparent proxy object. It's just an...
Allen Anderson
07-07-2004 09:36 AM
Allen Anderson Go to last post
1 14
My service seems to be losing messages. I have a remoting service, running locally which has a method that sleeps for a second and then does some...
AT
07-06-2004 08:33 PM
Sunny Go to last post
3 21
Hi, you don't have to use WellKnownClientType registration. Sunny In article <245CDFD2-B52F-4036-AF40-F7339A8E4CE4 (AT) microsoft (DOT)...
Sunny
07-06-2004 10:48 AM
Sunny Go to last post
0 13
Hello! I need to make an ASP.NET XML Web Service serving as an assembly container. Web Service loads the assembly from a given file, and returns...
AT
07-06-2004 10:45 AM
Sunny Go to last post
1 20
I am trying to remote from to identical servers A and B. The concept is that if something changes on the Client C, then events will be fired on both...
Malcolm Cudworth
07-06-2004 10:30 AM
Sunny Go to last post
1 14
Have a Client that makes async call to a remotable object. The client needs to know what invocation (context) when receiving the Async Callback. Do...
Jon Turner
07-06-2004 10:28 AM
Sunny Go to last post
1 13
I've run into what appears to be a bug in .NET Remoting. It's a complicated program, so I'll provide only the details that I think are relevant. If...
Matt
07-06-2004 10:26 AM
Sunny Go to last post
1 20
Hi, I have a remoting service which works...
AT
07-06-2004 10:17 AM
Sunny Go to last post
1 16
Hi, We are having issues deploying the webservice. We are trying to call it from windows application and the webservice is deployed outside...
AT
07-06-2004 10:09 AM
AT Go to last post
0 13
Hi, do I understand correctly: you want to find out which methods are subscribed to an event. And then subscribe these methods to another...
Sunny
07-06-2004 09:52 AM
Sunny Go to last post
0 16
Hi I am trying to connect to a remote assembly published via awindows service. I am not using the WellKnownClient style ofconnection as I want to...
Malcolm Cudworth via .NET 247
07-06-2004 09:47 AM
Sunny Go to last post
1 42
Post New Thread

Display Options
Showing threads 2501 to 2550 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.