| Thread | Last Post | Replies |
|
| COM object works with WinForms but not with ASP.NET | 18 Jun 2004 18:34 GMT | 4 |
I want to use an existing COM object (i.e. I do not have the sourcecode) in an ASP.NET application with .NET framework 1.1. The same object can be included in a winforms application and runs without any problem. There is also no problem with .NET framework 1.0 so I
|
| Perhaps Simple Question? | 18 Jun 2004 17:26 GMT | 3 |
I am very new to .NET Remoting and so I have a question (perhaps for many here in the group a simple question). I have the following sample constitution. public class RemoteObject : MarshalByRef
|
| Obtaining List of Networked Computers. (NON AD) | 18 Jun 2004 17:04 GMT | 1 |
I've searched and searched and I have yet to find an answer on this. Why wouldn't there be an object in the .Net namespace where I could find out computers connected to a workgroup. Its so practical, yet there is nothing. So far I was able to do this by using the Process Object and ...
|
| capturing remote events | 18 Jun 2004 15:44 GMT | 1 |
does anyone have any code samples, examples or documentation that explains how to capture an event that takes place on a remote computer? i suppose what i want is a lightweight notification services. i want clients to be able to subscribe to events that take place on a central ...
|
| Activator.CreateInstance or InvokeMember? Code included along with exception. | 17 Jun 2004 20:22 GMT | 1 |
given the following two classes, my intent is to use pass a token into the instantiated class DBPassword and return a string; ************************************** public class DBPassword
|
| SerializationException | 17 Jun 2004 16:28 GMT | 1 |
I have main windows forms app that loads other windows forms apps and manages them MDI type. One of those child apps uses remoting client to get some objects from remoting server. I get this exception : System.Runtime.Serialization.SerializationException: Cannot find the assembly.
|
| CAO object not destructed | 17 Jun 2004 15:17 GMT | 1 |
I've written a simple application to test the remoting scenario, and find out that the client activated object's destructor was never called until server application was down. the application is simple.
|
| Database Transaction management across different remoting objects. | 17 Jun 2004 10:01 GMT | 1 |
If I seperate my middle tier (business domain services) into functional areas, as follows Application ----> Person Service ---> Database ----> Order Services ---> Database
|
| Ingo Rammer's sample code | 17 Jun 2004 07:43 GMT | 1 |
Hi there everyone, Has anyone downloaded and been able to get Ingo's code in the last part of chapter 6 of his book "Advanced .NET Remoting" to work? I am having an exception problem in the EventListener class (p.194).
|
| Remoted broadcast error | 16 Jun 2004 18:27 GMT | 5 |
I have set up a series of classes using client/shared/server assemblies in order to test the ability to define an architecture where several clients connect to the same server class instance and receive events from that class.
|
| Logging to file on remoting server via IIS | 16 Jun 2004 17:01 GMT | 1 |
I'm currently working a remoting server using IIS and Binary formatting. I use Global.aspx to configure the server. All of my business logic has trace logging built into it, and it's causing problems. It wasn't until I tried using a stripped down object (does
|
| Problem with TCP Channel already registred .net remoting (.net 1.0, IIS) | 16 Jun 2004 16:57 GMT | 3 |
At the moment I am trying to develop an application that uses another app over .net remoting and having some problems with it (ok, that is ofcourse why I am here), hope somebody can shine a light on the following: I have been given a sample winforms app, which works without problem, ...
|
| Remoting with windows services | 16 Jun 2004 15:32 GMT | 1 |
I got three windows services A,B,C. I need to invoke some of the methods in service C from B. Is it better to use remoting from Service B? Any good examples avilable for this kind of sceniorio? Regards, Sachi
|
| remote object rights problem | 16 Jun 2004 15:23 GMT | 3 |
I'm getting a bit confused about the identity remote objects are executed under. I've written a service that hosts a remoteable object, and a client that can access it - all this works OK. Both host and client run on the same
|
| SocketException: Only one usage of each socket address. | 16 Jun 2004 15:20 GMT | 4 |
I have developed a simple dotnet remoting application. My server is in a dll and a host application activates the server by using following code: HttpChannel chnl = new HttpChannel(1234);
|