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     
REally awsome book is Advanced .net remoting by Ingo Rammer Newbie wrote: -- Regards, Dilip Krishnan MCAD, MCSD.net dilipdotnet at apdiya dot com
Dilip Krishnan
04-21-2004 03:52 PM
Dilip Krishnan Go to last post
0 12
Hi All, I have this little implementation issue. I have to implement a mechanism in my app so that, on a LAN no more than a specified number of...
Rahul Kumar
04-21-2004 03:51 PM
Dilip Krishnan Go to last post
2 18
Hi all I'm trying to update some controls on my client form in a remoting event. I know these controls aren't thread safe thus i use the...
Kris
04-21-2004 01:45 PM
Kris Go to last post
2 14
Hi, attach debuger to the aspnet_wp.exe process. Go to Debug/Processes menu. Sunny
Sunny
04-21-2004 12:47 PM
Sunny Go to last post
0 14
i would like to organize a db-layer so that all sql related code (ado.net) exists in a single namespace in a single dll. the dll will then...
MR
04-21-2004 11:57 AM
Dilip Krishnan Go to last post
4 23
Hello all! I have a fairly simple Remoting scenario set up here, which I am debugging locally. I have a SingleCall remoting object set up on my...
David Markle
04-21-2004 11:49 AM
David Markle Go to last post
0 16
I'm getting the ultra helpful message "Version Incompatibility" error, and the actual problem turns out to...
David Waldock
04-21-2004 10:31 AM
David Markle Go to last post
1 14
Hi I am very new to remoting. Can someone tell me what is the difference between Message Sink and Channel Sink Thanks and Regards Sovon Nath
Sovon
04-21-2004 02:06 AM
Sovon Go to last post
0 12
Hi All, I have been puzzled by this problem for sometime now. Here is the scenario: A) My web application is hosted on Windows 2003 Server with...
gagan.rastogi
04-20-2004 12:36 PM
gagan.rastogi Go to last post
0 12
Microsoft seems to have taken measures in the remoting architecture (through lifetime management) to ensure server objects are always cleaned up even...
AT
04-19-2004 08:19 PM
Sunny Go to last post
1 13
What is a "first chance exception"? It's in a WinForm, as follows: Private Sub DoFind() 'Instantiate the .Net remoting client class (Accounts) and...
David Waldock
04-19-2004 05:45 PM
David Waldock Go to last post
0 20
Hello, I have to write a service (server) which needs to be controlled remotely. E. g. it should be possible to get AND set some properties like a...
Manfred Gloiber
04-19-2004 11:09 AM
Allen Anderson Go to last post
1 15
Hi, I wonder if anybody could help. I am new to VB.NET and I would like to know if it is possible to get a VB.Net application running on one pc...
Plus.Net News
04-19-2004 11:06 AM
Allen Anderson Go to last post
1 15
Hi I have a custom class as RemotableType and it contains just one field of type word.document. I am automating word 2003 in my application Now I am...
Sandeep
04-19-2004 10:36 AM
Sunny Go to last post
5 13
1 and 2. by persisted SAO do you mean CAO? There really wouldn't be any point in persisting a collection of SAO singlecall objects and as far as I...
Allen Anderson
04-19-2004 01:16 AM
Allen Anderson Go to last post
0 10
Hello all, I have 2 windows applications both written in .Net. I need application A to start application B and run a sub procedure, similar to how...
HJ Rodriguez
04-16-2004 05:27 PM
HJ Rodriguez Go to last post
0 17
Hmm, place a link on the page? No way to automate it. Security :) Sunny In article <E913C397-FAA9-4189-9B67-E21D2BA76C51 (AT) microsoft (DOT)...
David
04-16-2004 02:36 PM
Sunny Go to last post
6 18
Is there a way to use soapsuds util to create a client proxy class to the entire remote component. (Host is IIS) So a proxy class for all classes...
J.R
04-16-2004 01:27 PM
J.R Go to last post
6 22
Hi Guys Are there any good .net remoting tutorials on the net at all? The application is a web-based business system which allows customers to...
David Waldock
04-16-2004 01:17 PM
Sunny Go to last post
4 17
I have an application that has a SingleCall SAO. One of it methods creates objects that the client needs to be aware of and eventually call methods...
Roy Chastain
04-16-2004 01:14 PM
Roy Chastain Go to last post
5 9
I am trying to remote a com object and am getting an error that the clsid blah blah is not registered. I am not sure what to put in my app.config and...
Mike Kearl
04-16-2004 12:38 PM
Sunny Go to last post
1 15
Hi, I've got a server and client executable and a shared DLL - the DLL defines an class to be remoted. The server creates a single instance of this...
Simon Clarke
04-16-2004 11:23 AM
Allen Anderson Go to last post
2 10
Hello I run into the following .NET remoting problem: A server singleton implements two interfaces. One interface is accessed by the client...
Norbert Neumann
04-16-2004 11:16 AM
Allen Anderson Go to last post
6 10
Hi NG! How should I set up my windowsservice when the service should be the interface between Client / Server. I tried almost everything but I don't...
Stefan
04-16-2004 04:48 AM
Stefan Go to last post
3 14
I had the following scenari In all cases the remoting is is Client Activated Object Two applications AppA and App AppA is a client to App So AppA...
Steve
04-16-2004 04:26 AM
Steve Go to last post
0 14
Hi I am using a sink chain for remoting. I am intercepting the remoting message and I want to change the message that is being passed by the remoting...
sovon
04-16-2004 01:16 AM
sovon Go to last post
0 15
There's got to be a simple way to remotely authenticate. I want my app to be able to read registry key values from remote pc's, and access...
Terry Olsen
04-15-2004 06:06 PM
Terry Olsen Go to last post
0 11
I loaded two .exe into my AppDomain, I want call method foo(); in exe 1 from exe 2. How can I do that. Thanks.
Dennis
04-15-2004 01:22 PM
Allen Anderson Go to last post
1 11
Hi. To perform remoting, is it true that I must use C# to build both my client and server programs? Currently, I've 2 old programs...
AT
04-15-2004 01:00 PM
Allen Anderson Go to last post
1 16
Hi, is it possible to host remoting components with COM+? If yes, are any examples known? If no, why? Best regards, Torsten
zimmy
04-15-2004 12:57 PM
Ice Go to last post
1 12
We currently built a simple client server system with our business logic (domain layer) managed through factories which go to our db and load the...
Gentry
04-15-2004 12:57 PM
Allen Anderson Go to last post
1 15
All, I am trying to use an object Factory to get another object. Can the factory (MarshalByReference, singleton) return a Serialized object? Do I...
Dave Wurtz
04-15-2004 12:46 PM
Allen Anderson Go to last post
1 12
Hello there, I am working on a client-server app, where the servers is hosted under IIS. I am using .NET Remoting for the client-server...
Natalia DeBow
04-15-2004 11:03 AM
AT Go to last post
1 14
Hi All. I need unregister the channel of a remoting dll used in my client application. I've found some informations saying I need load that dll...
Ronchese
04-15-2004 10:26 AM
Ronchese Go to last post
0 11
I'm using a publisher/subscriber in other words direct remoting and passing a singleton object by reference. The COM singleton object has several...
A. Burch
04-15-2004 10:00 AM
Sunny Go to last post
7 9
Hi, I'm trying to integrate a webservice into a c#-program, creating proxy classes from a wsdl-file with wsdl.exe. All works fine, except if...
chr
04-15-2004 04:26 AM
chr Go to last post
0 12
TreeNode object is inherited from MarshaByRefObject and also is marked as . When i am trying to pass it from Host.exe to Client.exe on client side...
Serg
04-15-2004 04:13 AM
Serg Go to last post
2 17
i'm getting this error in a usercontrol (IE hosted) when calling a (remote) method that returns a MBR object. I've already given full permission to...
Kris
04-14-2004 01:23 PM
Kris Go to last post
2 9
Given that I've just configured a channel from a config file usin RemotingConfiguration.Configure("myapp.exe.config") and given that the channel...
Steve
04-14-2004 11:43 AM
Sunny Go to last post
1 10
If I create a new app domain and load an assembly using the appdomain's Load method, are the dependencies of that assembly also loaded, or must I...
Brady Kelly
04-14-2004 10:13 AM
Brady Kelly Go to last post
0 13
I have a remote singleton object that I call from my client. The server component has to process close to 8 gig of data and is really really slow....
AT
04-14-2004 10:12 AM
AT Go to last post
5 13
When I unload my appdomain, I got the following exception: A blocking operation was interrupted by a call to WSACancelBlockingCall: ..... My...
José Joye
04-14-2004 09:24 AM
José Joye Go to last post
1 12
Sub Heading: Is 30MB all I can send reliably with binary transport remoting? Hi all. I responded to a mail from Allen (of glacial components) as...
Fergal Ó Ceallaigh
04-14-2004 08:44 AM
Yuancai \(Charlie\) Ye Go to last post
1 11
I'm looking for a good and simple example showing me how to do subscriptions in .NET remoting components (e.g. connection pointers in DCOM).
Frank
04-14-2004 03:01 AM
PocketNerd Go to last post
1 13
I am using Visual studio 2003 with windows 2003. I have a remote component that is derived from MarshalByRef class and my client is using...
Irfan
04-14-2004 02:57 AM
Irfan Go to last post
2 15
Hope someone can give me some clues as to where to find my error... I have a client side sponsor that I am trying to register with the my...
Epic
04-13-2004 04:05 PM
Epic Go to last post
1 10
Hello, I've got a test client & test server always on the same machine, but I need to pass a reference to the main form object as a...
John Bowman
04-13-2004 03:29 PM
John Bowman Go to last post
5 12
Hello, Perhaps some one knows a solution or can point out what I'm doing wrong... I get the following error when attempting to pass data in my...
Nick Grape
04-13-2004 02:19 PM
Nick Grape Go to last post
3 16
I have a couple of questions about hosting an SAO when the assembly is in the GAC. Assuming I am using a windows service, and use the app.config to...
Mike
04-13-2004 12:58 PM
Go to last post
4 18
Hi All i have a service developed in one of my system, and i am running this service as a windows service. i do need to access this service from...
Senthil
04-13-2004 11:57 AM
Allen Anderson Go to last post
1 11
Post New Thread

Display Options
Showing threads 2951 to 3000 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.