| Thread | Last Post | Replies |
|
| Are the Singleton objects ever collected | 30 Jun 2004 17:30 GMT | 1 |
I'm using .Net remoting singleton object in both console application and windows service application. Lease time is set to 10 minutes with renew on call time to also 10 minutes, and that works fine after 10minutes of client inactivity I get new object on
|
| Issue with .net remoting events | 30 Jun 2004 16:33 GMT | 2 |
For some reason, the event handler is not getting subscribed to the event. Here's the code =====================================
>>> Shared Assembly |
| Generic deserialization | 30 Jun 2004 16:32 GMT | 2 |
Trying to create a "generic" notification facility. Basically I have a number of services which currently use NT MAILSLOTS to broadcast their in-progress status to desktops on the LAN. In the mailslot there is usually complex delimited data as a string.
|
| problem in InvalidCastException-Return argument has an invalid type | 30 Jun 2004 15:45 GMT | 2 |
I have my client application call a method in a remote object hosted in IIS. The return value is a typed dataset. The problem that I have is the method call works fine in server side, but once the return value returns to client side, it throws exception: "An unhandled exception of ...
|
| Array marshaling | 30 Jun 2004 15:07 GMT | 2 |
Deat All! I maybe missing something, but is there a way to control how arrays are marshaled during remoting? I know, that since they're serializable and not MBR, they will be marshaled by value, but will they be transported back to
|
| Remoting -v- Enterprise Services -v- Web-services | 30 Jun 2004 13:18 GMT | 3 |
With Microsoft (Richard Turner) now suggesting Enterprise Services for the internal tiers of applications, and minimizing the use of remoting (a "last resort" option?), what are people's thoughts on technologies for new n-tier applications in WAN/Internet environments ?
|
| Using client side proxies to instantiate remote objects | 30 Jun 2004 12:26 GMT | 4 |
This seems to be a touchy issue, but I think that it is important one and I would like to promote an objective discussion with those who are interested. The reasons why I believe that you should use client side proxies and instantiate remote objects using the new operator wherever ...
|
| .net remoting over internet | 30 Jun 2004 08:52 GMT | 5 |
I'm a novice in remoting, and I've a problem trying to make it work over internet. I have a SAO (Singleton) named CampusDataAccessLoader. I want clients to access this object in order to use it as a object-maker for another class
|
| Passing datasets through remoting | 30 Jun 2004 00:02 GMT | 6 |
I'm having a problem passing a dataset to a method through remoting. If I call one method from the client application and pass a dataset to it, when it returns the dataset is empty. This happens only when I use remoting, calling the method locally works fine.
|
| Get "not mark as serializable" when passing VB6 Type as a parameter | 29 Jun 2004 15:11 GMT | 1 |
I have a project where I need to separate a VB app from his components that will reside on a separate machine. I've decided to use the .Net remoting to do accomplish this. My solution is to recreate the .net components with the same signature that the vb components and only ...
|
| .NET Remoting Security | 29 Jun 2004 15:08 GMT | 2 |
I have a remote object hosted by Windows Service (not IIS). I want it to be available over the web. How can i secure it by login/password? Or i have to pass login and password as the parameters every time i call my remote methods?
|
| .Net Remoting 2nd client | 29 Jun 2004 15:05 GMT | 1 |
Hello; I'm working on a project using .Net Remoting and events and facing the following problem. When the first client access the server ( as web site), the program works fine but with 2nd client, it will stop working without any error meassage. The client can be in localhost or in ...
|
| Get "not marked as serializable" when passing VB6 Type as a parameter | 28 Jun 2004 22:15 GMT | 1 |
I have a project where I need to separate a VB app from his components that will reside on a separate machine. I've decided to use the .Net remoting to do accomplish this. My solution is to recreate the .net components with the same signature that the vb components and only ...
|
| what do you think about this... | 28 Jun 2004 19:46 GMT | 6 |
http://www.mailframe.net/Products/PeerChannel.htm Sound interesting no?
|
| Remoting SOAPAction error | 28 Jun 2004 16:03 GMT | 2 |
Hi All, I have a simple remoting client and server, that use SOAP formatter and HttpChannel. The object provided is using MarshalByRef and is a SAO. When I access the remote object and read variable value, everything is fine. But when I try to call a method on the object, I get ...
|