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 > december 2004 > threads for december 22 - 28, 2004

Filter by week: 1 2 3 4 5

customErrors
Posted by Fernando Cardoso at 12/28/2004 6:01:18 PM
I have a TCP remote application that needs to throw custom exceptions to client application. My client application can't receive these custom exceptions when server application is on a different machine. A "Server encountered an internal error. For more information, turn on customErrors in th...more >>


Good WAP resources for palm-pilots
Posted by Chumley Walrus at 12/28/2004 10:38:17 AM
I need to write some scripts that takes dynamic sports scores from an aspx page (via sql) onto palm-pilots. What's the best place to look for WAP/WML resources that can do this. The device I will be testing output on is the BlackBerry 6210. ...more >>

Re-configuring remoting from config file during application session
Posted by SA at 12/28/2004 10:27:28 AM
Hi all, I am fairly new to remoting. I have successfully set up a remoting Winforms client that communicates over TCP (binary) with a Windows Service. The nature of the project is such that we may have to communicate with 2 or more services. The URIs are provided to the program by the use...more >>

TCP Remoting
Posted by dotnet_nut at 12/27/2004 3:07:02 PM
I am receiving the following error: "An unhandled exception of type 'System.Net.Sockets.SocketException' occurred in mscorlib.dll Additional information: No connection could be made because the target machine actively refused it" while trying to connect to a server using a TCP channe...more >>

Local Server vs Remote Server
Posted by Mehdi Mirzaie at 12/27/2004 7:35:02 AM
Hi , It seems binding of Remoting (for first method call ) in Client-Side for localhost remoting hostprocess server is very quick and suitable but it is very slow for remote servers. What is the problem ?...more >>

just curious /// not a problem but just wondering if someone can tell me how this works
Posted by M. Posseth at 12/25/2004 3:51:03 PM
Hello ,,,, I have just tested my client server proggy with a time test and noticed the folowing behavior ( tested this 2 times to be absolutely sure ) I have a client that calls a remote singleton object in this object i have the folowing property ' Private field to store time object...more >>

is there a way for a client to detect a server on the network
Posted by M. Posseth at 12/25/2004 3:33:42 PM
Hi ,,, I am having the following task I need to develop a client server architecture using remoting with VB.NET as i am a MCP studying for MCSD i found all information necessary in the .NET MCAD / MCSD Self-Paced training kit and on the web . So my client server proggy works as it should...more >>

Getting channel informations
Posted by AceBear at 12/24/2004 12:47:25 AM
I want to get some information about the Channels that were registered as the result of calling RemotingConfiguration.Configure(...). ChannelServices.RegisteredChannels returns an IChannel [], but an IChannel doesn't seem to contain as much information as I would like. I want to know is ...more >>



.NET Remoting hosted in IIS
Posted by Ming at 12/23/2004 9:29:17 PM
Hi, When I host remote objects in IIS, a virtual directory is created, and the object dll is copied to the \bin folder under it. I would like to ask, if the dll already installed/updated to the GAC with "gacutil.exe", need I still copy the dll to the IIS "VirtualDir\bin" folder for subsequent...more >>

Serialization question with remoting
Posted by Ron at 12/23/2004 3:58:53 PM
If I have a singleton with a method that returns an object to the client, will all data including Attributes and Inherited objects be serialized as well? All attributes and classes are marked as [Serializable()] Thanks! Ron, ...more >>

Using an Interface as the argument to a method
Posted by Garann Means at 12/23/2004 9:25:02 AM
Hi, On the recommendation of this newsgroup, I'm trying to use an Interface as a value object in my remoting application. A Singleton on the server delivers a CAO - my Interface - and I then make some changes and use it in various ways before it's sent back to the server to be saved into th...more >>

Page not Found in IIS (C# Component)
Posted by Gas at 12/22/2004 5:57:01 PM
Hi, I have a C# component that support remoting, I have everything set up and it work on an IIS server. But yesterday I copy the component to another machine with IIS just installed (all settings stay default), then when I go to "http:\\theHost\vRoot\MyComponent.soap?wsdl", the server re...more >>

Clustering the .Net remoting IIS Host
Posted by Pankaj at 12/22/2004 3:57:43 PM
Hi, I'm using the IIS to host my .Net Remoting components. Can anybody help me in telling how do I cluster the host(IIS)? Which tool/Hardware/OS should I use for clustering? Thanks in advance Pankaj Chitriv --- Posted using Wimdows.net Newsgroups - http://www.wimdows.net/newsgroups/...more >>

Why my remoting app works via local network and does not work via Internet
Posted by Serg at 12/22/2004 3:31:39 PM
I have a remoting application that is working normally in local network. But when i am trying to use it via Internet it does not work. When I call methods for SingleCall and Singleton objects they works normally. But I can`t get a valid reference(proxy) for MarshallByRef objects. I have tried...more >>

debugging remote object
Posted by SP at 12/22/2004 8:39:08 AM
I have a remoting object but can't seem to debug into the calls, I've tried with the object running in the one instance of VS with multiple start up projects, or in another instance, if I go to processes the process is already grayed out so VS has attached to it, but it still won't step in to ...more >>

Security Problem with Remoting???
Posted by Simon Verona at 12/22/2004 7:14:54 AM
I have a pair of functions that I'm calling using remoting - called readfile and writefile. The readfile works fine when called from the client PC. The writefile method returns an error: "Because of security restrictions, the type System.Runtime.Remoting.ObjRef cannot be accessed". I'm...more >>


DevelopmentNow Blog