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 > january 2005 > threads for january 15 - 21, 2005

Filter by week: 1 2 3 4 5

A exception when running multiserver in remoting
Posted by nicholas at 1/21/2005 5:33:04 PM
I've made two servers.The first server holds a RemoteObject type class while the other one contains a WorkerObject type class. In my client,i first get a reference to RemoteObject type class,then pass it to the second server as a parameter of a method of WorkerObject type class.And at that ti...more >>


customerrors tag in web.config
Posted by Chumley Walrus at 1/21/2005 4:52:05 PM
I'm having trouble seeing my page when I publish it on my live server. I created a project in VS.net (with MMIT integrated), created a simple index.aspx mobilewebform page , I can see it in my Mobile Explorer emulator , but get the following error when trying to look at it from my remote server,...more >>

Callback problem once client is deployed
Posted by Gene Kula at 1/21/2005 12:18:57 PM
We are having a heck of a time trying to figure out an exception we are getting with .net remoting when we deploy the application. Background: Remoting works when the client app is on my personal development box (WinXP Pro SP2) and the server app is on anyother box within our firewall. When ...more >>

Yet another NLB - Remoting Question
Posted by Stephen Barrett at 1/21/2005 11:24:49 AM
I have seen tons of posts on NLB with remoting, but I need a little more clarification. Looking through the posts and reading supported configurations on MSFT website it isn't clear to me how the NLB works with HTTP. From what I understand, using TCP channel for the hosted services doesn't...more >>

Problem with Channel Configuration
Posted by Stephen Barrett at 1/21/2005 10:07:01 AM
I have a 3 tier system. Web Server -> FIREWALL -> BL Tier -> FIREWALL -> Calc Tier. The BL Tier is both a remoting server servicing the Web server application and a Remoting client requesting service from the Calc Tier. The BL Tier uses SingleCall SAO from CalcTier. Due to some really ...more >>

Asynchronous events with OpenGL
Posted by Roger Crawfis at 1/21/2005 3:12:37 AM
Hopefully this is the right newsgroup. I figured you guys would be the best experts on this. I am learning C# and .NET and went a little crazy with the events. Now I am not sure how to isolate this problem. Here is my architecture, I have: 1. an OpenGLPanel class derived from UserControl th...more >>

why remoting sevice will hang up
Posted by smartcoffee at 1/19/2005 5:17:04 PM
i use remoting develop a remoting sevice ,this software is a instant message service.But when many user concurrent access this service ,the service is hang up. that is not any Exception throw .but not response.why ,please help me. ...more >>

Dynamic binding to an interface
Posted by ADLearner at 1/19/2005 8:27:02 AM
I am trying to load an assembly dynamically in a windows form application and bind to one of the interfaces contained in it. I can successfully load the assembly into memory and create the object which is a Form. But how do I bind to an interface the Form has implemented with out making a pr...more >>



Passing objects by value from Client to Server
Posted by mats.bue NO[at]SPAM gmail.com at 1/19/2005 8:02:47 AM
Hi I am currently in the process of rewriting a Java/RMI application to ..NET using C#. Simplified, the application has a manager (client) which sends objects to a server. The server then executes a method in the object and return the answer. The idea is that the objects contain heavy computi...more >>

Architectural Suggestion Needed
Posted by Mansoor Siddiqui at 1/19/2005 7:07:06 AM
Hi all, I have two remoting architectures to discuss with you and want to know which one you would prefer and why. Before we talk about remoting architectures, pls consider a typical DMZ environment in which three layers are separated by firewalls: Load Balanced Web Layer ---------...more >>

Get real type of a remoting object
Posted by mtv at 1/19/2005 6:59:02 AM
Hi all, I have a remote object class MyRO inherited from its AbstractCommonRO class. Because of good reasons, client calls the followings to get reference to MyRO (or AbstractCommonRO): url = "tcp://" + MyRO_ServerName + ":" + MyRO_PortNum + "/" + MyRO_Uri; proxyObj = Activator.GetObject(...more >>

need some help
Posted by Mike at 1/19/2005 5:01:03 AM
I have an asp.net web page (vb.net) that talks to another pc via a port. I can connect to the pc fine. When i connect to the pc via the port, its suppose to return me a file and then save that file to the web server under the web site directory. Well the file is not being saved to the folder. ...more >>

Simple remoting failure calling Object.Equals across sink interface
Posted by Tom at 1/19/2005 4:41:23 AM
I am writing a windows service application and UI front-end. The front-end will send commands to the service via .net remoting, and optionally hand a reference to itself over to the server for notification of state change. A shared assembly defines the interfaces exposed at each end. I've got...more >>

DateTime serialisation issue..?
Posted by Neil at 1/19/2005 3:41:03 AM
Hi, Here is some background... I have a web application that allows the user to download an excel spreadsheet. The excel spreadsheet is generated remotely on an application server, I just need to pass it a dataset. The user is then able to upload the excel spreadsheet and save any changes ...more >>

"Insufficient state to deserialize the object" error
Posted by John Olbert at 1/18/2005 7:17:01 PM
I have a situation in which a Server exposes an event but when the client tries to add the subscribe to the event the following error is generated-- "Insufficient state to deserialize the object. More information is needed." The Client side code is below-- public INexusToTerrapin iConnec...more >>

Network Failure and server hang-up
Posted by dotnetfan at 1/18/2005 6:22:20 PM
I have a remoting application in which the client will pass a MarshalByRefObject to its server and whenever the server needs to notify some informations to the client it will use this MarshalByRefObject.The problem is that if the server calls a synchronous method on this MarshalByRefObject, and ...more >>

Network Failure and server hang-up
Posted by dotnetfan at 1/18/2005 1:18:25 AM
I have a remoting application in which the client will pass a MarshalByRefObject to its server and whenever the server needs to notify some informations to the client it will use this MarshalByRefObject.The problem is that if the server calls a synchronous method on this MarshalByRefObject, and ...more >>

Appropriate use for remoting?
Posted by Paul Kleynhans at 1/17/2005 4:35:31 PM
Hi I am writing message routing software at present. I started using TCP sockets (System.Net.Sockets.TcpClient()) and the software seems to be working fine. Then I read about remoting. Now I am wondering, what is better to use for this kind of software, Sockets or remoting, and Why? (My ap...more >>

remoting cross platform compatibility
Posted by M.Posseth at 1/17/2005 11:07:42 AM
Hello , I made a test program for one of our clients , that uses remoting this is workingf fine in my current configuaration server ( buisness logic in a singleton object ) , host and client written in VB.NET The customer now wants to give external party`s the possibility to con...more >>

FileNotFound exception.
Posted by Kevin Burton at 1/16/2005 8:19:01 PM
I have a remoting application that I am getting the following exception: System.IO.FileNotFoundException - File or assembly name PPCObjects, or one of its dependencies, was not found. I checked and PPCOjects is in the GAC on the server. It is not in the GAC on the client. I tried to run fu...more >>

CAO: use Sponsor or renew license by Client?
Posted by roland at 1/16/2005 1:06:11 PM
Greetings I have a question concerning CAO's and lease renewals: Suppose an application has to be made for some 100 clients and one needs to use client activated objects. In order to keep the CAO's alive in all those clients, the client application needs some sort of mechanism to renew the leas...more >>


DevelopmentNow Blog