| Can we use remoting to call objects in 3rd Party Application servers (2 replies) |
| microsoft.public.dotnet.framework.remoting |
| Hi, I am intrested to interact with 3 party application servers like EAserver. Anybody know how to do that? Vakkaas |
|
| Host an app on remote site (2 replies) |
| microsoft.public.dotnet.framework.remoting |
| Hi all, We need to host our application (asp.net), vs.net 2003, on remote server under a specified domain name. The app is fine on the development machine. How to host it on the remote site (shared hosting) ? As far as I know, webhosting with the setup module is not permitted on Hosting site. Please suggest. TIA. |
|
| Passing Webcontrols (2 replies, VIP) |
| microsoft.public.dotnet.framework.remoting |
| 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 workaround that does not require me to rewrite the said functions to remove these parameters? Or maybe I can set System... |
|
| How can I get a .net Program in Run off a Network drive (4 replies, VIP) |
| microsoft.public.dotnet.framework.remoting |
| I have a VB.net program that I don't want to install on 30 user machines. Would like to install on one server and let users run it from there. Problem I am having is can't find the .net framework and one of my own dll. can someone help. and advise. thanks |
|
| Remoting, AppDomains and Events (2 replies, VIP) |
| microsoft.public.dotnet.framework.remoting |
| Hi, 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 the application loaded and unloaded plug in's. Extensive trial and error has lead me to blame the events. If I subscr... |
|
| When is Remoting appropriate? (3 replies, VIP) |
| microsoft.public.dotnet.framework.remoting |
| 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 application. This seems like a good place to use Remoting however, I could have a server component that handles all of the database work and business rules and the c... |
|
| When is remoting appropriate? (2 replies, VIP) |
| microsoft.public.dotnet.framework.remoting |
| 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 application. This seems like a good place to use Remoting however, I could have a server component that handles all of the database work and business rules and the c... |
|
| Client-Originated Server Callbacks/Events (2 replies) |
| microsoft.public.dotnet.framework.remoting |
| 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 without using two way channels or 3rd party channels. |
|
| Hosting in IIS - Timeout Setting (3 replies) |
| microsoft.public.dotnet.framework.remoting |
| 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 there a way to set the timeout value of IIS/remoting layer to something higher than the default 90 seconds? Many thanks, John |
|
| WAN remoting application hanging (6 replies, VIP) |
| microsoft.public.dotnet.framework.remoting |
| I built a small test application: the clients instantiates a MarshalByRef Object on the remote computer (client activated). The only statement in the constructor of the class is a logWriteline. I can monitor that this logWriteline command is performed but then the system hangs. After roundabout one hour the client gets a timeout exception. I'm using VS.net 2003. The server sits behind a couple of ... |
|
| In-Proc Calls with soap (2 replies, VIP) |
| microsoft.public.dotnet.framework.remoting |
| We are in the process of adopting SOA as an architecture at my organization. We are running a POC to prove some concepts. The POC is a fat client running on a single machine. Performance is a bit of an issue. What we would like to do is for the Presentation layer to interact with the business layer via soap. Because everything runs on the same machine we would like to implement Soap In Process cal... |
|
| Is it possible to pass web controls? (2 replies, VIP) |
| microsoft.public.dotnet.framework.remoting |
| 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 workaround that does not require me to rewrite the said functions to remove these parameters? Or maybe I can set System... |
|
| Max 20 connections ? (5 replies) |
| microsoft.public.dotnet.framework.remoting |
| Hi 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? Thanks for any hints. Urs |
|
| Restart of client application (2 replies) |
| microsoft.public.dotnet.framework.remoting |
| Hi All i had a little bit tricky scenario I have a server apoplication eposing remote object , Oject is used by client application and client object is passed as proxy to server using callback mechanism Now every thing works fine but after some time (in this time their is no communication b/w server & CLIENT) calling method on client object by server results in exception 9service not available). S... |
|
| Remote event exception (2 replies) |
| microsoft.public.dotnet.framework.remoting |
| Hi I have client activated object that is working fine until I try to raise an event, I get the following error: Type System.DelegateSerializationHolder and the types derived from it onHolder) are not permitted to be deserialized at this security level. // Server configuration system.runtime.remoting application channels channel ref "tcp" port "6500"/ /channels service activated type "ServerLib.Se... |
|
| Singleton Thread-Safe? (2 replies) |
| microsoft.public.dotnet.framework.remoting |
| Hello, I'm using a singleton hosted in IIS. In the singleton I'm using a hashtable. My question is: Can I add and remove objects to this hashtable without concerning about locking or something like that. Or: are singletons thread safe? kind regards, Henrik |
|
| JIT Debugging of remoted objects (3 replies) |
| microsoft.public.dotnet.framework.remoting |
| I'm using a remoted object (Actually, it's just a context bound object on the same machine, but same concept). When an exception is thrown, I can only step into the last local call. I can't actually step into the remoted object's code where the exception was thrown. If I set a breakpoint, however, in the remoted object I will can step through it: I just can't view the contents of the remoted objec... |
|
| call remoting object from vba (3 replies) |
| microsoft.public.dotnet.framework.remoting |
| Hello 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 (separate) referenced assembly (located in the same directory as the addin assembly on the client)... What can... |
|
| Determining if there a client instances of a server object. (2 replies) |
| microsoft.public.dotnet.framework.remoting |
| 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?] Thanks (hope this question ain't to ass about face!) Phil (Auckland | Aotearoa) |
|
| Can a WinForm be a remoted object? (2 replies) |
| microsoft.public.dotnet.framework.remoting |
| Hi, I have a server application which composed from a form which uses the Task pattern to run background processes(threads), each process is correctly update the user interface in the UI thread. I want to allow ASP.NET application to call a method on my server Since it is my first attempt I would like not to deal with synchronization issue 1.is it possible to make the form a Server activated remot... |
|
| Portable Code Base for both Pocket PC's and Desktops (3 replies) |
| microsoft.public.dotnet.framework.remoting |
| Hi, i am facing a peculiar problem with regards to Code Portability both on Pocket PC and Desktops. My company wants me to maintain the common code base for both the platforms. Is .NET suitable for that ( Is WinCE.NET and .NET same). Can we do it in SDK (pocket pc sdk and desktop SDK). I need inputs from all of you. Thanks a lot in advance. Regards Tarundeep Singh Kalra www dot tarunsadhana dot co... |
|
| Strange Debugger issues (2 replies) |
| microsoft.public.dotnet.framework.remoting |
| Not sure which group this question would go in so if this isn't the appropriate place I apologize. Here is the setup Rather large project consisting of a Winform client that communicates with a series of SAO, Single Call, IIS hosted remoted facades all written in C#. Up until recently everything was working just fine, I could debug both the client and server components. Now when I debug into the s... |
|
| Show form from remotable object? (2 replies, VIP) |
| microsoft.public.dotnet.framework.remoting |
| Hi all, Is this possible to display a windows form from a remotable object? I need to create a singlecall server application that gives access to an instance of MapPoint ActiveX control to its clients. And I also would like to display a form from the remotable object containing the ActiveX, so I can see the actual maps being retrieved by the remote clients (for debugging purposes). In a sense I ne... |
|
| How do I know the Client Identity ? (2 replies) |
| microsoft.public.dotnet.framework.remoting |
| Tue. Sep. 14, 2004 9:25 PM PT My ExamGuruO is hosted on Console server application, as SingleCall. I want to know, that who is accessing the Remoting Object ? Thanks, |
|
| Dynamic Publication (2 replies) |
| microsoft.public.dotnet.framework.remoting |
| Hi, What is meant by Dynamic Publication in .net Remoting? Thanks, Chamith |
|