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     
Watch NFL Games Online! For every one who wants to watch the games online because they dont live in the teams town or are at work i found a site that...
Dexter H.
10-13-2007 08:55 PM
Dexter H. Go to last post
0 11
I have a C# application (VS 2005) using remoting and one click deployment. If any errors occur on the server, I get the error...
Geoff_Olding
10-12-2007 12:59 PM
Geoff_Olding Go to last post
0 10
Hi everyone! My problematic scenario is as follows: 1. I have a standalone application that can (on user request) create a ipc remoting channel to...
Tilmann Kuhn
10-11-2007 07:34 AM
Tilmann Kuhn Go to last post
0 6
Is it possible to suppress the security warning when using TSWEB 2003 and XPSP2. I have set MsRdpClient.AdvancedSettings2.Â*RedirectDrives = TRUE...
Niel
10-09-2007 12:30 PM
Niel Go to last post
0 10
Hi, Using .net Remoting. Can I able to use TCP protocol calling method on windows service from ASP.net application. I have managed to use HTTP, but...
naeem ahmad
10-08-2007 08:27 PM
Spam Catcher Go to last post
1 17
Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit Lines: 182 Message-ID: <47068f8f$0$10622$4fafbaef (AT)...
Fabio Daniele
10-05-2007 02:25 PM
Fabio Daniele Go to last post
0 11
Hi all There is a singleton .net remoting with lifetime issue and lease renewal question in c# 2005? I have created a simple class library with a...
arnie
10-05-2007 08:45 AM
arnie Go to last post
0 10
Dear All, I have implemented the remoting sample from the ASP.NET quickstart but I am getting the error: "No connection could be made because the...
Andrew Jarvis
10-05-2007 06:13 AM
Andrew Jarvis Go to last post
0 16
Dear All, I decided to experiment with remoting but fell at the first hurdle with the error: The type or namespace name 'Tcp' does not exist in the...
Andrew Jarvis
10-05-2007 06:08 AM
Günter Prossliner Go to last post
3 10
I am having difficulty calling the static method of RemotingConfiguration class. Here is what I have using System; using...
dsavy4@gmail.com
10-03-2007 04:24 AM
Azza Go to last post
1 17
I created my own window service to host my DLL. In client which is windows form, I activate DLL class via activator.createinstance, It throws error...
naeem ahmad
10-02-2007 06:27 PM
naeem ahmad Go to last post
0 13
Hello there, I've scoured the web for a couple of hours now trying to find a solution to my problem so I am going to resort to asking the...
miles3719@msn.com
10-02-2007 11:28 AM
Azza Go to last post
1 11
I get the error above when I try to use IPC to connect to a Windows Service. The same code works fine when it is in a standalone test application. It...
Ron
09-30-2007 05:57 PM
Paul Spark Go to last post
2 49
Hi, I have meet some error when i extract the data from postgreSQL with integration services, SQL 2005. Below is the error...
Yew Kwee Yen
09-28-2007 12:49 AM
Yew Kwee Yen Go to last post
0 56
Hi there New to .net remoting. I am looking into implementing the NISO NCIP protocol in .net. The typical payload of an request looks like...
Mads Bondo Dydensborg
09-27-2007 01:29 AM
Mads Bondo Dydensborg Go to last post
1 47
My plugin system is using cross app domain remoting so that I can keep the plugins isolated and unload them at any time. The problem I am having...
Bob Bins
09-25-2007 08:54 AM
Bob Bins Go to last post
0 26
I wrote a client and server and connected them via remoting. The server can notify the client with an event when it connects locally. ...
Grant Schenck
09-20-2007 08:27 PM
Grant Schenck Go to last post
0 9
Hi I've developed a remoting application that uses a TCP channel with a Binary formatter. The server side is a Windows Service that is on the same...
William
09-19-2007 03:41 PM
William Go to last post
6 7
Hi, I am trying to call a service on a remote server machine from a client machine connect through TCP/IP. I have created a DLL and registered the...
Kannan
09-19-2007 10:02 AM
Kannan Go to last post
0 12
I've been thrown into a remoting production issue and am looking for some insight as I have never done remoting before. There is a Windows Service...
=?Utf-8?B?V2ViYmVydA==?=
09-19-2007 03:37 AM
Stephan Steiner Go to last post
1 19
Hello, I client and server which use remoting to communicate.. It all works well using the TCP channel. However, if the server goes down, while a...
Grant Schenck
09-17-2007 01:46 PM
Grant Schenck Go to last post
1 10
I'm trying to mark my methods as OneWay but the compiler won't accept it. I keep getting "The type or namespace 'OneWay' could not be found (are...
Grant Schenck
09-17-2007 06:57 AM
Grant Schenck Go to last post
4 8
Well, the title might be incomprehendable, but so is this subject for me at the moment:) I'm new to .net remoting, but I've started using it in a...
Staffan Ulfberg
09-16-2007 03:10 PM
Staffan Ulfberg Go to last post
0 12
Hello, I'm starting to work with remoting and I have a question about how to get at data in the method call associated with a singlecall thread on...
Grant Schenck
09-16-2007 07:29 AM
Grant Schenck Go to last post
2 14
Hi, I try to implement a server that should fire events to clients placed on a separate network than the server and use NAT. I'm using .NET 2.0 Do I...
=?Utf-8?B?RWZpbQ==?=
09-16-2007 03:02 AM
Efim Go to last post
3 13
I need to write an app where a limited rights user should have access to some special files. I've been thinking of open the file in a service that...
Eric T.
09-15-2007 07:20 AM
Diafr, Hello, visit: @door48.txt||4||p-81||3|| @] Go to last post
5 38
Hi NG! I have a problem in my remote application. After calling a remote function the calculation will be done by the service. The calculation result...
schaf@2wire.ch
09-14-2007 01:19 AM
schaf@2wire.ch Go to last post
2 7
Hello... I have a web application that is calling a method from a web service. This webservice has a class that is a client class in a...
eusebiu
09-12-2007 01:04 PM
Robson Siqueira Go to last post
1 10
I have a medium-large app that "manages" a commercial application we use. The commercial app has a script facility that will be calling a...
John Beaver
09-12-2007 10:36 AM
John Beaver Go to last post
0 14
Hi. I've done quite a bit of research but haven't found any references to a situation similar to mine. I have a server (srv) that publishes a remote...
daniel.e.gabriel@gmail.com
09-12-2007 09:21 AM
daniel.e.gabriel@gmail.com Go to last post
1 14
Please could someone let me know if this is possible: I have a server object exposed through remoting on one PC and a client object that gets a...
=?Utf-8?B?c2JwYXJzb25z?=
09-06-2007 10:24 AM
=?Utf-8?B?c2JwYXJzb25z?= Go to last post
3 13
Hi, I'm working with .Net framework 2.0.50727, and I'm having problems with timeouts on tcp client channels. According to this...
Keith Langer
09-06-2007 08:48 AM
Keith Langer Go to last post
0 8
I have an application that registers as a remoting server and runs in the system tray. Then I have utilities that connect with the server and...
Jayme.Pechan
09-04-2007 10:12 AM
Jayme.Pechan Go to last post
4 6
Hi, I have two remote objects hosted in one Windows service, one is Singleton and another one is Singlecall. Configuration is done via config...
godd
09-02-2007 11:02 PM
godd Go to last post
0 8
Web.config <?xml version="1.0" encoding="utf-8" ?> <configuration...
lm
08-31-2007 08:22 PM
lm Go to last post
0 17
Hi I've developed a remoting application that uses a TCP channel with a Binary formatter. The server side is a Windows Service that is on the same...
William
08-30-2007 05:32 AM
William Go to last post
2 7
The _r.Execute Method always works, no problem (see below). But when I call _r.GetStatistics() the client fails with the exception shown below. It...
=?Utf-8?B?SmFrb2IgRS4gTWFkc2Vu?=
08-29-2007 01:16 PM
=?Utf-8?B?SmFrb2IgRS4gTWFkc2Vu?= Go to last post
2 10
Hi, Please help me out to implement WCF Remoting. My requirement is just have two applications have to communicate using WCF Remoting. Please...
=?Utf-8?B?VW1lc2huYXRo?=
08-28-2007 05:40 AM
=?Utf-8?B?VW1lc2huYXRo?= Go to last post
0 12
Hi, Please help me out to implement WCF Remoting. My requirement is just have two applications have to communicate using WCF Remoting. Please...
=?Utf-8?B?VW1lc2huYXRo?=
08-28-2007 05:34 AM
=?Utf-8?B?VW1lc2huYXRo?= Go to last post
0 13
Hello... I have a web application that is calling a method from a web service. This webservice has a class that is a client class in a...
eusebiu
08-24-2007 10:07 AM
eusebiu Go to last post
0 10
I would like to use a "secure" TCP remoting channel to ensure that my data is encrypted. I have my own authentication mechanism since clients...
Joel Lyons
08-22-2007 03:34 PM
Joel Lyons Go to last post
0 7
Hello, I have noticed a really weird problem regarding remoting and the KeyedCollection class. I am noticing that the keyed collection is returned...
Gord Tanner
08-22-2007 11:48 AM
Gord Tanner Go to last post
0 7
In meiner Remote Klasse habe ich folgende Methode public ref class FreezerSite : MarshalByRefObject { ....... public: int func (int*a,...
Andreas Wehner
08-17-2007 10:29 AM
Andreas Wehner Go to last post
0 11
Hi everyone I don't know if I am posting this to the right newsgroup but it is the closest I found, in case you think you can advice me to another...
Abdulla Herzallah
08-17-2007 04:43 AM
Abdulla Herzallah Go to last post
0 12
You connect from the client to a singleton object (only 1 ever exists on the server). Then you add a delegate to the sink chain. The first client...
Jayme.Pechan
08-14-2007 04:39 PM
Jayme.Pechan Go to last post
0 13
How do I prevent others from writing applications that access my remote objects? As it stands anyone can access my remote functions by writing there...
Olie
08-14-2007 05:13 AM
Olie Go to last post
0 10
I've been asked to find out why it takes 20 seconds before the socket is closed after a call to a SAO singleton or singlecall object. Is it possible...
Justin__Barnes@Hotmail.Com
08-13-2007 10:44 AM
Justin__Barnes@Hotmail.Com Go to last post
4 8
Hi, As there is limit on number of thread pool threads, is it a good idea to let remoting object requests come by thread-pool threads? If not, what...
=?Utf-8?B?c2VlayBoZWxw?=
08-10-2007 11:48 AM
=?Utf-8?B?c2VlayBoZWxw?= Go to last post
0 13
I've got a server activated object (SAO), in singleton mode (hosted in a server Console application on same machine as client). On the client, I...
Krip
08-10-2007 05:07 AM
Krip Go to last post
2 9
We've been developing a client/server app. using .NET remoting and we've finally reached the point where we're ready to deliver it to our QA guys....
=?Utf-8?B?QW5kcnVlQw==?=
08-10-2007 04:54 AM
=?Utf-8?B?QW5kcnVlQw==?= Go to last post
0 12
Post New Thread

Display Options
Showing threads 51 to 100 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.