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 am doing a project "remote desktop accessing" with .net remoting. it is working fine. when server is behind the router, i am using the...
suneer k
01-31-2007 05:23 AM
Mehdi Go to last post
1 19
I am having problems getting remoting working in a new environment. I have an existing environment with a webapp tier, an application server tier,...
Stephen Barrett
01-31-2007 04:03 AM
rajeesh t ravi Go to last post
4 92
I have a relatively simple client server app. I would like to have my client disconnect from the server once it has received the data. Is there a...
nospam@meatonconsulting.com
01-30-2007 12:52 PM
msgroup Go to last post
1 25
I've written a windows service and service manager app that for works ok. The service contains a collection of objects that does all the work. What...
Ryan
01-29-2007 01:44 PM
Ryan Go to last post
13 42
What protocol are you using as a transport channel? -- Regards, Robson Siqueira Enterprise Architect "Solitude" <Solitude (AT) discussions (DOT)...
Spam Catcher
01-25-2007 02:12 PM
Goran Sliskovic Go to last post
4 27
hi, When I'm trying to serialize CAO object (doesn't matter if on server or client side, from the same or another thread...) I get the...
mdzieg@gmail.com
01-23-2007 11:43 PM
mdzieg@gmail.com Go to last post
1 25
My server class manages an internal list of "attached" clients. Whenever a request (i.e. method call on the server) is made from one client, all...
Jared Jensen
01-22-2007 09:12 PM
Jared Jensen Go to last post
3 29
Hi everyone, I have a very simple WinForm application that uses a Windows Service (Remoting classes), all developed on VS 2005. The service is based...
Jairo De Moraes
01-22-2007 09:39 AM
Jairo De Moraes Go to last post
2 20
Hi i have a singleton(server activated) remote object and a client app which calls mothods of remote object. but after 5 minutes the remote object...
Mahesh Deo
01-22-2007 04:18 AM
Peter Bradley Go to last post
1 24
Hi, I have read throught the UIPAB v2.0 documentation and trying to implemnet the LayoutControls function. Is there any examples available in using...
Vvasujoseph@inautix.com
01-19-2007 03:19 AM
Vvasujoseph@inautix.com Go to last post
0 23
I have a Remoting client and a remoting Server. The Remoting client is a long running process that every once in a while calls the remoting server....
Robert Ludig
01-18-2007 03:00 PM
Joe Doe Go to last post
2 31
I have a .NET Remoting solution. My remote objects are hosted in a Windows Service on my remote server. My remote objects are configured for...
Zoe Hart
01-16-2007 11:32 PM
Shailen Sukul Go to last post
1 26
Hi NG ! I use your help very urgent! 2 years ago a remote application was created. The DataService (DataService.dll) contains a IRemoteFactory,...
schaf@2wire.ch
01-16-2007 11:41 AM
schaf@2wire.ch Go to last post
0 28
Arne Vajhøj wrote: If you use sockets then that's just the protocol isn't it? You still don't have any message format with it, much less a strongly...
Spam Catcher
01-14-2007 11:22 AM
James Crosswell Go to last post
2 30
I got the following exception System.Runtime.Serialization.SerializationException: The input stream is not a valid binary format. The starting...
Tommaso Caldarola
01-13-2007 02:19 AM
Tommaso Caldarola Go to last post
4 45
"James" <James (AT) discussions (DOT) microsoft.com> wrote It's hard to tell, but it looks like that problem is happening because your service...
Goran Sliskovic
01-12-2007 06:52 AM
Goran Sliskovic Go to last post
0 25
"sbparsons" <sbparsons (AT) discussions (DOT) microsoft.com> wrote Yes, you can transfer files over remoting, as any other binary data. You only...
Goran Sliskovic
01-11-2007 05:35 AM
Goran Sliskovic Go to last post
0 28
HI I have an issue with remoting, when i use configuration files to configure remote object( and i wanted it to be singleton) it is not acting as...
Mahesh Deo
01-09-2007 11:59 PM
Mahesh Deo Go to last post
0 26
Hi all. I need to write a application using .net remoting technology. The problem here it that, i need to raise event to client. Image, server do...
Le Minh
01-09-2007 08:23 AM
ThunderMusic Go to last post
4 33
DVD wrote: This makes sense. The computer on the network can make connections because it authenticates to the computer hosting the CAO. Look in...
Spam Catcher
01-09-2007 07:32 AM
dethomps Go to last post
1 30
I'm trying to figure out how all of this is supposed to fit together. I've got a C/C++ application on a server, could be Unix, OpenVMS, or Windows...
knockNrod
01-08-2007 09:04 PM
msgroup Go to last post
2 25
Hello, I have a process (DevEnv) and inside that I instantiate an object (ProcHost) I have another process (Driver) and I want to access existing...
source
01-07-2007 05:51 PM
Goran Sliskovic Go to last post
4 22
Hello, I have a client object that talks to a singleton remote object. I deliberately the crash the client to see what happens to my server. When...
Joe Doe
01-05-2007 06:31 PM
Joe Doe Go to last post
1 28
Hi, (I'll put all the code at the end of the post) I have an 2 applications : 1 server and 1 client. The server creates an instance of a class and...
ThunderMusic
01-05-2007 10:10 AM
ThunderMusic Go to last post
0 29
Hi All, we have a requirement of developing the chat application which should have both text based chating as well as voice based, we...
deepak
01-05-2007 09:11 AM
Mehdi Go to last post
2 33
I wrote a Windows application that used a custom DAL (data access layer) to perform all database calls for the application. The problem is that the...
senfo
01-04-2007 09:16 AM
senfo Go to last post
5 24
I wrote an Service with remoting on it. I install this on a WinXP and that work fine. But if i install this on an Win2k Maschine i got this error...
Howard Schmaeu
01-04-2007 02:23 AM
Howard Schmaeu Go to last post
0 29
I have a method (call it DoRemoteWork) that performs a remoting call to another (always the same) machine. This method could be called...
Joel Lyons
01-03-2007 06:38 PM
Joel Lyons Go to last post
0 36
I need some serious help. I am getting the following errors in my event log: Source: .NET Runtime 2.0 Error Event ID: 5000 EventType clr20r3,...
Microsoft News
01-03-2007 11:02 AM
Microsoft News Go to last post
1 48
Hi, I have a client/server pair which use .Net Remoting. I make remoting classes another project and compile it as DLL. It works fine but I...
kivancturkees@gmail.com
01-02-2007 09:31 AM
Oliver Sturm Go to last post
1 28
Hi Friends, I am facing a weird problem while using ASP.Net application and a .Net Reporting server. I have my remoting server configured using a...
vishi_dhawan@yahoo.co.in
12-28-2006 05:58 AM
vishi_dhawan@yahoo.co.in Go to last post
3 31
Hi all, I've got a strange problem. I'm trying to do a simple test of hosting a VB.NET application in Component Services. I've written a simple...
Nicholas Palmer
12-27-2006 05:42 PM
Nicholas Palmer Go to last post
0 29
I have a static variable var in type Foo. I want to access it from type client. Is remoting my only option? If yes can anyone share the code...
Abhi
12-27-2006 04:41 AM
Abhi Go to last post
0 25
Hi, I am facing a problem in C# windows based application. I am fetching data from database and sending database information through mail...
ranjanrajeev01@gmail.com
12-26-2006 09:19 PM
Spam Catcher Go to last post
1 29
server registration is as follows.... TcpServerChannel channel = new...
rKrishna2k6@gmail.com
12-26-2006 01:36 PM
Vinay Yeluri Go to last post
2 32
Will single call remote object serve the particular caller who called it.
Mahesh Deo
12-26-2006 06:51 AM
Michel Posseth [MCP] Go to last post
1 25
Hi, Im using the VisualStudio 2005 designer to create typedDataSet (drag & drop from the service explorer). All the DataTables in the generated code...
orenl
12-24-2006 08:03 AM
orenl Go to last post
0 28
Hello I posted a similar message a couple days ago, but made some headway. Here's a simpler version. I have a server app domain that registers a...
jay@allardworks.com
12-22-2006 09:44 AM
jay@allardworks.com Go to last post
0 33
..NET 2.0 Hello I'm trying to get up to speed with remoting. I created a test app that has two servers and two clients. There's one secure server...
jay@allardworks.com
12-21-2006 09:36 PM
jay@allardworks.com Go to last post
3 22
Hi My problem is about asp.net development server. I wonder if is there any issues about this product. Because our application which is...
teloglu
12-21-2006 02:20 PM
teloglu Go to last post
2 36
Hi I use Framework 2.0, .Net Remoting, Client with WinForms and a Server. Everything works fine, but i can't catch Exceptions on the Client,...
riz
12-21-2006 03:06 AM
riz Go to last post
3 36
Remember that when using callbacks, the role of the server and the client are reversed. I am guessing that the Windows firewall or similar is...
Shailen Sukul
12-20-2006 04:28 PM
Shailen Sukul Go to last post
0 33
net 1.1: I am seeing my remoting app fail with this error when I use ilmerge to repackage the exe and dlls as one exe. The app runs properly when...
Paul
12-20-2006 12:00 PM
Spam Catcher Go to last post
3 19
Mike wrote: If the application on the client runs anonymously under a machine account such as ASPNET or IUSR_blah, you might be able to give...
dethomps
12-19-2006 09:05 AM
dethomps Go to last post
0 27
Hi, Mike: It seems to me that you have not gotten any feedback yet. You can use SocketPro at www.udaparts.com. Specifically, see the tutorial...
yekerui
12-18-2006 09:50 AM
yekerui Go to last post
0 26
The following code below is failing because the testType.FindMembers invocation never calls the delegate EqualsSearchCriteria() and always returns a...
Kenneth Baltrinic
12-18-2006 08:45 AM
Kenneth Baltrinic Go to last post
0 28
Hi, Is this in an asp.net or a Windows forms application? What sort of remote object are you calling? * Call by reference? * Server activated? *...
Peter Bradley
12-18-2006 07:39 AM
Peter Bradley Go to last post
0 32
Hi I am facing a problem actually i have 2 different application(client and server) both are comunicating to each other by .net remoting. The problem...
Muddassar
12-16-2006 07:32 AM
Muddassar Go to last post
0 129
Hi could anyone tell me how to simulate multiple clients for a windows form without actually me having to copy paste the code. Cause its a real...
Chacko
12-15-2006 02:44 AM
James Crosswell Go to last post
4 39
Hi all, I hope someone can help with this. I am doing some work outs on remoting to understand it. I have a remote server running on different...
sxsrira@qwest.com
12-14-2006 01:25 PM
sxsrira@qwest.com Go to last post
2 28
Post New Thread

Display Options
Showing threads 301 to 350 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.