| Thread | Last Post | Replies |
|
| Unregistering client activation | 01 May 2004 00:03 GMT | 3 |
Is there any way I can unregister a RemotingServices.RegisterActivatedClientType call? Tales Normando
|
| can't find System.Runtime.Remoting.Channels.Tcp | 30 Apr 2004 20:51 GMT | 4 |
I am trying to use TcpChannel class in my app, but the line using System.Runtime.Remoting.Channels.Tcp is causing the following error The type or namespace name 'Tcp' does not exist in the class or namespace 'System.Runtime.Remoting.Channels' (are you missing an assembly reference?)
|
| COM+ Remoting | 30 Apr 2004 20:48 GMT | 1 |
I have a typical class factory framework scenerio working using remoting with the class factory hosted inside the IIS process. I now want my class factory to use transactions and run inside COM+. However, I keep getting an error saying that no channel is registered when I make calls ...
|
| Why Remotingconfiguration works only with windows Application ? | 30 Apr 2004 19:33 GMT | 1 |
When I run create a windows application in C# and run the below code Remotingconfiguration.config("appname.exe.config") my application runs fine and it connects to the Remote server I created a app.config file and when I compile the windows application it creates appname.exe ...
|
| How to Use an HTML Client I must be Missing Something!!!!!! | 30 Apr 2004 19:28 GMT | 1 |
Can anyone reply to this post and give a complete example of how to use a pure html/javascript client for a remote object hosted on IIS. Not ASP.NET server side code to do the Activator.GetObject. My requirement calls for a true client side solution.
|
| How to run a remote exe on the remote machine | 30 Apr 2004 18:09 GMT | 1 |
I am new to .net remoting. I don't know COM/DOM, RMI, CORBA either I would like to know, how to run an exe file that is located on a remote computer. I want to execute thae file on the remote computer itslef Can somebody help me out....Any sample code or reference URL would be ...
|
| Deserialization issue between .NET 1.1. client and .NET 1.1 Server | 30 Apr 2004 18:02 GMT | 1 |
I have an application with which works on remoting. The client is built on 1.1 and server on 1.0. When I try to pass a custom collection object across the app domain, I get an error as below "Index was outside the bounds of the array. StackTrace Server stack trace:
|
| Multi-Class dll | 30 Apr 2004 08:46 GMT | 3 |
I am new to remoting and even after reading Ingo Rammers Advanced.Net Remoting book seem to be struggling. The dll that I am trying to create a remote connection to has multiple classes within it. I have placed MarschalByRef within each class but
|
| Error with SAO | 29 Apr 2004 22:24 GMT | 8 |
I try to access remote Server Activated Objects. On the host side , I have 2 services called for instance RemoteSrv1 and RemoteSrv2. Those 2 services are declared in my host configuration file as wellknow
|
| new strategy | 29 Apr 2004 15:58 GMT | 2 |
Ok, I came up with a new strategy. Still I have 3 projects. A windows application for the client, a console app for the server, and a class library for the shared object. The shared object is reference by both the server and the client. The server's .config file says the type ...
|
| IE attempts to download IIS Hosted Client program | 28 Apr 2004 20:36 GMT | 3 |
I have a client program stored in a virtual directory in IIS. It is launched by clicking the link to in on a web page in IE. This works for 3 of the 4 systems that has tried it. The 4th system will not run the program. Instead it puts up the dialog asking if to open or save. ...
|
| Error running WSDL | 28 Apr 2004 18:37 GMT | 2 |
I have a remote server that is hosted in IIS. When I do http://server/virutaldirectory/class.soap?wsdl, I get the error below. At one time this worked without the error. Whatever error I have made I am being consistent about it. I have 2 other remote servers that respond with a ...
|
| .NET Remoting ThreadPool Limit | 28 Apr 2004 18:33 GMT | 7 |
I am having a difficult time grasping the potential impact to an application I am designing that utilizes .NET Remoting TCP Binary hosted in a Windows Service to handle client requests. It is our estimate that this service will be receiving approximately 15 to 20 client ...
|
| Getting List of Clients using SAO | 28 Apr 2004 18:23 GMT | 2 |
BlankI'm trying to find a way where I can call functions/procedures on all connected clients when one client updates or adds information to a database. My application consists of a Client App, Windows Service Hosting a Remoted Object, The Remoted Object Itself and a ChangeRelayer ...
|
| Process within a service | 28 Apr 2004 17:27 GMT | 1 |
Hiya, I've created a simple vb.net windows service, and I'm trying to peroidcally run a batch file as part of the service but it's not working.. Here's the code Dim myProcess As New Process()
|