| Thread | Last Post | Replies |
|
| Client-Originated Server Callbacks/Events | 10 Sep 2004 16:10 GMT | 1 |
The standard remoting model has the server connect back to the client for the callbacks/events. Is it possible to use the same remoting framework, but have the client initiate the callback/event channel? This would solve many firewall and NAT issues related to remoting events ...
|
| Deserializing a string with \r\n | 09 Sep 2004 21:13 GMT | 2 |
I serialize a string with char 13 and char 10 in it (\r\n). It's serialized just fine. When I deserialize it, however, the 13 and 10 is replaced with just a single 10. Here's an example that can be run in immediate mode showing the problem. The ascii value of the
|
| Max 20 connections ? | 09 Sep 2004 19:43 GMT | 4 |
Is there some predefined limit on concurrent sessions on a singleton object? It appears that only 20 clients may establish a connection, anything above fails, like when the server wouldn't be responding. Is this a remoting config issue, or some O/S dependent beaviour?
|
| MarshalByValue from other appdomain | 09 Sep 2004 17:49 GMT | 1 |
I try to write a program in J# that loads and unloads assemblies dynamically. So far I know, this is only possible by using different appdomains. To be able to use the loaded classes and their functions in the main
|
| When is Remoting appropriate? | 09 Sep 2004 06:21 GMT | 2 |
Let's say I have a database that stores books and a client application that retrieves a list of those books, adds new books, and updates / deletes existing books. Normally I would implement this all in stored procedures and the client
|
| SAO with Parameters but Not CAO. | 08 Sep 2004 23:52 GMT | 4 |
Tue. Sep. 07, 2004 10:15 PM PT Is it possible to create an MBRO to host as SingleCall or SingleTon(Really, I do not preferred), with parameters, so that, I can pass a string as parameters to this MBRO, w/o. changing the MBRO. ? I don't mind shutting
|
| Passing Webcontrols | 08 Sep 2004 16:13 GMT | 1 |
Hi, I have a bunch of subroutines that expect parameters of type Textbox and HTMLTableCell (i.e. Sub uf_Test(ByVal loTextbox as Textbox). The problem is that these objects are not inherently serializable, so whenever I call my remoting object, an excpetion gets raised. Is there a ...
|
| call remoting object from vba | 08 Sep 2004 09:37 GMT | 2 |
I've created a C# outlook addin that will get an object from the server using dotnet remoting. The addin is marked as Register for Com interop. When i try to cast the returned object into the a specific class, i get "specified cast is invalid". The specific class is implemented in a
|
| Hosting in IIS - Timeout Setting | 07 Sep 2004 22:54 GMT | 2 |
All: I have a remote object hosted in IIS 6.0 in Windows 2003 Server. One of my method calls loads a set of images -- upwards of 7 MB. On slow networks, this can take > 90 seconds, which causes a timeout --
|
| Is it possible to pass web controls? | 07 Sep 2004 22:00 GMT | 1 |
Hi, I have a bunch of subroutines that expect parameters of type Textbox and HTMLTableCell (i.e. Sub uf_Test(ByVal loTextbox as Textbox). The problem is that these objects are not inherently serializable, so whenever I call my remoting object, an excpetion gets raised. Is there a ...
|
| Sockets Question | 07 Sep 2004 21:22 GMT | 1 |
I have a client Server Application which was write in vb.net i m using the TcpClient Object And A StreamWriter To Send a message to the client but i would like to send other objects but for strings like arrays, my own objects and so on.
|
| tcpchannel security | 07 Sep 2004 20:02 GMT | 3 |
Is it possible to use integrated windows security when using TcpChannel? Thanx.
|
| How Hoste Remote Object Securly | 07 Sep 2004 17:52 GMT | 1 |
How I host remote object on IIS prgrammtically without using congiuration files and also donot let the client application know the real implemetation of the remote object? How I protect the open port in case of using window service hosting
|
| Remoting, AppDomains and Events | 07 Sep 2004 16:38 GMT | 1 |
I have developed a framework, using AppDomains, to allow other developmers to add plug-in's to our master application. I have written an application manager class that hides the implementation specifics of this. Recently I noticed the handle count of the application to climb as ...
|
| Determining if there a client instances of a server object. | 06 Sep 2004 05:58 GMT | 1 |
Is it possible to ask the remoting system whether there are currently any client instances of a server object? [or is that knowledge only mainted in reverse - as in the client knows about it's server?]
|