| Thread | Last Post | Replies |
|
| REMOTING WITHOUT IIS | 28 Feb 2005 19:21 GMT | 3 |
I need to see an example that connects to a singleton object and retrieves data from the remote object that is currently running and the client DOES NOT get a new instance but an existing.
|
| Embed Media Player in my App!? | 28 Feb 2005 17:16 GMT | 1 |
I'm going to develop a application in PPC. I hope that I could play media files and know the exact time position in my app. Does anyone know how to do that in PPC2003 ? I'm very appreciated any suggestion.
|
| OutOfMemoryException | 28 Feb 2005 07:40 GMT | 2 |
I'm trying to return a DataTable with 146k rows * 41 columns. Returning smaller sets works but the larger ones throw this exception. I saw there was a bug in 1.0 sp 1 &2 but I thought it was fixed by now. Are there any suggestions on what could be the cause?
|
| Remoting configuration error | 25 Feb 2005 22:20 GMT | 1 |
Ok, I am at my wits end and I need some help. I have a Windows Service that is written in c#. This service configures the .NET remoting service. We have this service installed on 300+ computers and on FOUR of them, the remoting configuration fails.
|
| How to copy files from IIS to Client Directory | 25 Feb 2005 22:14 GMT | 1 |
I need to copy a xls file from IIS to a client directory and then open the respective file...It is possible? How? Regards, Ricardo
|
| SAO single & thread safety | 25 Feb 2005 22:13 GMT | 1 |
All, I am building a SAO single patthern remote object and would like to know if it should be thread safe? My understanding of single patteren is each client will get it own instance of the remote object so does the remote object need
|
| singleton and lease time management | 25 Feb 2005 22:10 GMT | 1 |
All, I am writing a remoting component using the singleton patteren and would like to know how I can handle the lease time for the object so if no calls are comming in the object shut down after a certain amount of time. Also If
|
| Newb: clients referencing remote object | 25 Feb 2005 22:07 GMT | 1 |
I am making a web app that will have a middle layer on a separate app server on the lan and will use remoting to communicate. My question is how should the client process on the web server reference the middle tier remote object? Most of what I've read says to create an interface ...
|
| Remoting Hosted on IIS not working windows xp sp2 .net 1.1 vs.net2 | 25 Feb 2005 13:44 GMT | 2 |
i am getting these errors when i try to access the Remoting server through IE (different machine) http://10.20.1.144/RemotingServerIIS/RemotingIISBLClass.rem?WSDL
|
| Retrieving Network Credentials | 25 Feb 2005 09:05 GMT | 1 |
my client uses credentials when logging into my IIS hosted Remoting service. How do I retrieve the userid that he logged in as. Many Thanks
|
| Indigo & remoting | 25 Feb 2005 09:03 GMT | 1 |
Is Indigo set to replace .Net remoting. I recently read breifly on Indigo. Does anyone no of any indepth docs out there regarding Indigo? Thank, Ron
|
| Activator, CAOs and URLs | 25 Feb 2005 09:00 GMT | 1 |
An odd inconsistency in Remoting. Has anyone encountered this? I set up a well-known server activated object (client and server) using config files and these work fine. Then, in the client, when creating the object (using Activator.GetObject) I override the URL in the original ...
|
| Wellknown Singleton server and client in same assembly | 24 Feb 2005 23:51 GMT | 5 |
I'm stuck with the following problem: I have created a windows service which contains an object called FolderWatcherApplication. For simplicity, assume that this exports one boolean
|
| Established connections not expiring | 24 Feb 2005 22:09 GMT | 8 |
Hi all - I've got a problem occurring at 2 out of about 25 clients I have an app installed at. I've got a CAO over a tcp binary channel, .net v1.1, win2k server and winNT6a clients (at least, the sites we have issues with are WinNT clients). The CAOs are accessed from a VB6
|
| Remoting Server in C# Outlook COM Add-in? | 24 Feb 2005 05:59 GMT | 4 |
I am writing an Outlook XP/2003 COM Add-in in C# (Visual Studio .NET 2003). I would like to also act as a .NET remoting service that clients can connect to for information. I've added this code to initialize the server component in the Add-in:
|