Groups | Blog | Home


Archived Months
June 2003
July 2003
August 2003
September 2003
October 2003
November 2003
December 2003
January 2004
February 2004
March 2004
April 2004
May 2004
June 2004
July 2004
August 2004
September 2004
October 2004
November 2004
December 2004
January 2005
February 2005
March 2005
April 2005
May 2005
June 2005
July 2005
August 2005
September 2005
October 2005
November 2005
December 2005
January 2006
February 2006
March 2006
April 2006
May 2006
June 2006
July 2006
August 2006
September 2006
October 2006
November 2006
December 2006
January 2007
February 2007
March 2007
April 2007
May 2007
June 2007
July 2007
August 2007
September 2007
October 2007
November 2007
December 2007
January 2008
February 2008
March 2008
April 2008
May 2008
June 2008
all groups > dotnet remoting > may 2004 > threads for may 15 - 21, 2004

Filter by week: 1 2 3 4 5

Remoting Multithreading Problem
Posted by Irfan at 5/21/2004 4:17:24 PM
I have some Questions regarding Multithreading in Remoting. I am a bit confused and i do hope to get the response that can clear my vision so Thanks very much in advance. I have a console hosting server that host a singleCall component named ThreadCreator. The ThreadCreator implements IThrea...more >>


SqlDateTime serialization
Posted by DotNet at 5/21/2004 12:25:11 PM
Hello everyone, From remote server side I am trying to send an object which contains sqldate time value or object. I am unable to serialze that object. What could be the problem? ...more >>

Reconnecting events after server crash
Posted by sergey_zaikov NO[at]SPAM hotmail.com at 5/21/2004 1:46:33 AM
Scenario: I design a distributed solution using .NET Remoting. Client applications connect to a well-known service in the server application. Clients call methods on the server and receive events from server application using .NET Remoting. Server application crashes and is restarted. Client...more >>

Can't get the remoting error message
Posted by Cesar Ronchese at 5/20/2004 10:46:28 PM
Hello, All! I have one component instanced in my server application, and my client application access that component via remoting. My problem is, when any error occurs in server side, I receive a standard error response, saying to adjust server.config file. Well, I've changed in the machine...more >>

Remoting and user interaction (MessageBox, confirmations etc.)
Posted by Manfred Gloiber at 5/20/2004 10:33:35 PM
Hello, First: I'm pretty new to .NET Remoting so please be patient with me ;-) I have a service running on a server. This service has to write some data to a database. There are some clients which tell the service what he should do. My problem now is: How can I react on e. g. errors? How ca...more >>

Chicken and the egg situation help
Posted by Lee Alexander at 5/20/2004 3:20:04 PM
I have a remoting object (singleton) that when activated listens for mutlicast messages so that it can tell clients where it is. The clients then access the remoting objects methods from there. The problem I'm having is that under IIS the object is not instantiated untill the first call to it wh...more >>

Need method calls to cross process boundaries on local machine
Posted by Helen B at 5/20/2004 2:36:09 PM
Hi I want two .Net classes, instantiated by different winforms apps (but on the same machine) to be able to send and receive info with each other. Is remoting the right way to do this? This article suggests it is, using TCP Channel: http://www.thinktecture.com/Resources/RemotingFAQ/Remoti...more >>

Remoting and strong names
Posted by Richard Bell at 5/19/2004 11:13:50 PM
Is it possible to override version information being serialized for strong named assemblies. The strictBinding and includeVersions elements of the config file do not seem to override the default behaviour which is to include version information.Thanks. ...more >>



Give me a Solution!
Posted by TRIP1304 at 5/19/2004 1:26:08 PM
Hi all Am developing an Apllication in vb.ne The architecture is like this I have a Client(Windows forms When the client needs to connect to a remote datbase. it should go through a DLL(Developed in Vb.net) registered in the remote machine and then connect to the datbase Any one has example...more >>

Because of security restrictions, the type System.Runtime.Remoting.ObjRef cannot be accessed
Posted by parkster at 5/19/2004 5:46:07 AM
Help I am trying to pass back a simple object to COM+ class using remoting and getting the above erro I have tried setting the typ filter to full etc etc have ensured all assemblies are strongly named, tied increasing assembly trust - nothing seems to work The code for my config files etc is b...more >>

How to know which channel the client used
Posted by Greg at 5/18/2004 3:25:38 PM
Hi, I've implemented a Windows service which host some objects (singleton) and makes them available through two TCP ports. But is there a way for one hosted object to know which TCP port the client used to call it (get the channel name for instance) Greg ...more >>

Port Number
Posted by ffreitas NO[at]SPAM cc.isel.ipl.pt at 5/18/2004 12:00:15 PM
How can i know what port was chosen when i create a channel with the value 0? SoapServerFormatterSinkProvider provider = new SoapServerFormatterSinkProvide(); provider.TypeFilterLevel = TypeFilterLevel.Full; IDictionary props = new Hashtable(); props["port"] = 0; props["name"] ="myHttpChann...more >>

Mutex not working for CAO
Posted by Jevelson at 5/18/2004 11:41:07 AM
Hi I am trying to use synchronize object Mutex to allow exclusive access to modify method on ServiceBaseClass derived client activated object. When I try to call lock first time the mutex is signalled . If the lock is called second time with same mutex name it must not be signaled.But I get it sig...more >>

10065 (unreachable host) socket when a computer is disconnected from network
Posted by leonid at 5/18/2004 11:09:34 AM
Hi all I need help for solving the following problem: There are 2 executables located on the same computer and interact by .Net remoting mechanism (channel is set to tcp and address is set to localhost or 127.0.0.1). The second application defines remote delegates, the first application...more >>

Remoting Class From Seperate DLL
Posted by Richard Bell at 5/18/2004 8:44:27 AM
I have a class in a seperate dll which I want to remote. I have referenced the class and registered it using a simple exe. I can connect to the class's interface using Activator.GetObject and call it's methods. However, when I use soapsuds to extract meta data, I get the following error: Error...more >>

Registering channels in programmatically creted AppDomain
Posted by Dirk Declercq at 5/17/2004 11:31:27 PM
Hi, How can I register specific channels in my new created AppDomain ? ...more >>

Where's System.Runtime.Remoting.dll?
Posted by Richard Lewis Haggard at 5/17/2004 7:27:49 PM
I'm having trouble with this line: ChannelServices.RegisterChannel( new HttpServerChannel(8978) ); It generates an error of "The type or namespace name 'HttpServerChannel' could not be found (are you missing a using directive or assembly reference?) I've included using System.Runtime.Rem...more >>

Can´t listen to port 80
Posted by Andre at 5/17/2004 3:55:01 PM
hi, i wrote a tcplistener, who should listen to port 80 as an windows service. but after i start the service, the service will stop immediatly. what´s the trick? thx andré ...more >>

Remoting through a proxy
Posted by Gwyn at 5/17/2004 11:01:05 AM
Hi, I'm trying to remote through a proxy I don't seem to need to setup anything for it to find the proxy - I just remote to the destination and it seems to work out that it needs to go through a proxy. This is on a computer I didn't build so not sure what setup makes this piece of magic happen A...more >>

Samples/Help on building distributed caching mechanism using remoting
Posted by Matt Daley at 5/17/2004 8:26:07 AM
Hi all I am trying to build a distributed caching mechanism using .NET Remoting. I want to be able to cache infrequently changing data at the front-end on a number of web application servers. When such data changes, I want all the caches to be updated. Whilst I have got some of the way towards ...more >>

Date Problem - When remoting is enabled.
Posted by Mike Kearl at 5/17/2004 2:33:36 AM
I am having a problem with dates and storing them to SQL server. This problem does not seem to occur when I have disabled remoting and conect directly to the sql server. When I save a date it is saving instead of 04/15/2004 00:00:000 as 4/14/2004 23:00:00:000 But in winforms it is showing a...more >>

Error: "Attempt to redirect activation of type ...."
Posted by Chung at 5/16/2004 4:41:03 PM
Hi all I am a newbie to the .Net Remoting programming I have encountered a problem in the ASP.NET app as a remoting client. I know that the server component works fine since my test standalone remoting client (console app) works fine The error: "Attempt to redirect activation of type "SomeLibrar...more >>

serializing object references over clipboard
Posted by Tim at 5/16/2004 12:40:54 PM
I have a program that copies an object to the clipboard which potentially has references to other objects. Is there any built-in way to have the copied object point to the original references instead of making copies of the references? Here's the scenario: [Serializable] class A { o...more >>

Slow First Method Call in Remoting
Posted by juergen doubrawa at 5/15/2004 2:13:48 PM
Hello everyone, when I try to connect to the server in my application the first method call is very slow. it takes about 10 seconds to connect if the server and client are bouth on the same machine. In a LAN connection it takes a little more time. but I can't get a connection over the intenet...more >>

help.
Posted by Newbie at 5/15/2004 12:03:38 PM
I would appreciate any ideas on my issue which is.......I have a shared folder located on machine 1, whereas on machine 2 I have mapped this folder as "W:" (say). My application is in turn located on machine 3. Now I want that if my user enters machine 2 and mapped drive W: , then he should ge...more >>


DevelopmentNow Blog