| Thread | Last Post | Replies |
|
| ASP.Net client app, Windows Service remote server, class library remote object | 28 Feb 2006 17:52 GMT | 2 |
First let me explain my architecture. I have an ASP.Net (VB.Net) application that is the client, a VB.Net Windows Service that is the remote server for the VB.Net class library remote object. In the client application I have a web.config file that contains a connection
|
| Object activation rules ??? | 28 Feb 2006 08:16 GMT | 2 |
For those who use remoting in their daily work, what is the criteria or rules that will make your architecture decision going on a : - server activation object rather a client activation object - singleton mode rather than SingleCall in case of Server activation
|
| wsdl got exception | 28 Feb 2006 02:20 GMT | 2 |
Hello, all: I got a problem when returning serializable object from my remoting service. When I test the remoting service in the IE browser by using "http://myserver/MyRemoteObject.soap?wsdl", it throws the following
|
| Help me to simply understand ??? | 27 Feb 2006 18:49 GMT | 3 |
I start to be confused with what is so call client-Activated and Server-Activated object. What I have understand or at least seen on different sample is that Client-Activated is refering to <activated> tag in config file and
|
| Remoting: How to best pass data across tiers | 27 Feb 2006 05:30 GMT | 1 |
It looks like if I an the <Serializable> attribute to an object, that I can pass an object across tiers. From a coding point of view, this seems very convenient. My question is: How efficient is this? Does this mean that the object gets
|
| Remoting Object not in application's folder | 24 Feb 2006 10:01 GMT | 1 |
I am developing a remote object that will be part of an application's Plug-In framework. As a result of this framework, the plugin has to conform to the following: 1) Inherit from System.Windows.Forms.UserControl
|
| .net remoting vs SQL Server | 23 Feb 2006 19:11 GMT | 1 |
Hi, I am using .NET Remoting for database connection. I have three components: 1. A class library 'RemoteComponent.dll': Imports System
|
| Ticks must be between DateTime.MinValue.Ticks and DateTime.MaxValu | 22 Feb 2006 17:06 GMT | 2 |
I just installed VS 2005 (and Framework 2.0) in my computer. I also have VS 2003 and Framework 1.1 installed. My apps built with 1.1 are suddenly throwing exceptions in parts of the code that were working fine until now. The exception is:
|
| Communication between two .NET Apps | 21 Feb 2006 13:21 GMT | 2 |
when I automate an Office App I can access it by using GetObject (COM). Now I have my own small .NET app and I want to access this from my other .NET app. What the best way to do this? Thanks for any advice in advance
|
| Remoting or WebServices? | 20 Feb 2006 20:45 GMT | 1 |
I am designing an application where I have multiple clients accessing the server. The client app is a small dialog box , where the client select some parameters, these parameters are saved in an xml file and save it into the server....the server must be aware when a file is ...
|
| COM Object Members in Remoted Objects | 18 Feb 2006 12:03 GMT | 1 |
Let me start by a simple pseudo-code, before describing my problem. class COMContainer { private ComClass myComObject;
|
| Detect client disconnection | 17 Feb 2006 13:45 GMT | 1 |
Scenario: Singleton with CAO. How to detect closing of client application? TIA
|
| Simple question on ObjectURI ???? | 15 Feb 2006 21:50 GMT | 3 |
When it is needed to end the ObjectURI with the .soap or .rem extension ?? Or do we have to always sepcified this extension form ? Thanks for your help regards
|
| Sockets or Remoting? | 15 Feb 2006 08:26 GMT | 2 |
Hi all, I am beginning a new project and have a few doubts as to which direction to take. Currently we have an application written in Java which transmits messages using sockets over the internet to a middle ware apllication which processese these messages. We are in the process of
|
| Problem with asynchronous HttpWebRequest | 14 Feb 2006 20:13 GMT | 1 |
I'm having a problem with asynchronous HttpWebRequest. It's a simple http client-server. For most of my users it works fine. However, some of them get the exception: System.Net.WebException: Unable to connect to the remote server --->
|