| Thread | Last Post | Replies |
|
| Wiring up the remote events: the final bit of foolishness | 14 Jul 2004 23:41 GMT | 4 |
Right... Thanks to a lot of help from this group, I've almost got my .NET remoting prototype put together.. There is one final bit of foolishness...wiring the remote events.
|
| Security and multi-user support in Remoting | 14 Jul 2004 20:02 GMT | 3 |
I work on a distributed system relying on .NET Remoting at the middle tier. For now I am not able to use COM+ on the server. All the security and multi-user handling must be done in the remotable class or in utility classes used by the former. I presume the answer is no, but let me ...
|
| Testing success of Activator.GetObject... | 14 Jul 2004 15:27 GMT | 1 |
I was wondering if there was a good way to test if Activator.GetObject succeeded. If it fails it doesn't throw an exception. Also, it returns an interface pointer when it fails. It only throws an exception when you try to execute a method. So what
|
| novice question | 14 Jul 2004 15:26 GMT | 1 |
I am new to .Net remoting and I'm trying to implement a simple example. I'm using VB.Net and my code works as long as I have the following code: "tcp://localhost:10000/PayablesDB" on my own machine........but when I put it on a server over the internet and
|
| byte array and remoting... | 14 Jul 2004 15:23 GMT | 1 |
Hi group, Can I pass a byte array from client to the remote object in a function call? When I do, the byte array length looks correct in the function, but the elements are all zeros! Any idea?
|
| Help with "Invalid method signature" error (IIS hosted remoting) | 14 Jul 2004 15:18 GMT | 1 |
My application is partitioned into 2 DLLs: app.Core.DAL.dll (namespace app.Core.DAL - depends on app.Common.Utils.dll) app.Common.Utils.dll (namespace app.Common.Utils.DLL)
|
| Problems with .NET remoting and single threaded COM components | 14 Jul 2004 14:22 GMT | 2 |
I have some problems when I try to call some old COM components from a remote :NET object. I am pretty sure that the problem is caused by the fact that the COMponents are single threaded, since apartment threaded COMponents works just fines.
|
| Need Help to Understand Creating a Client Access to Remote Object? | 14 Jul 2004 10:41 GMT | 4 |
I'm new to .Net remoting. Hope someone can help to clarify my understanding regarding creating a client access to a Remote Server object. I've read a number of articles on .Net Remoting and I think I understand the principles of how to
|
| Windows Service using remoting | 13 Jul 2004 20:11 GMT | 3 |
I am having a problem with using remoting and I am hoping someone might have run into this problem before. I have developed a Windows service, which has the following OnStart method override.
|
| Security error ? | 13 Jul 2004 19:17 GMT | 1 |
I get the following exception while executing the server: System.Security.SecurityException: Request for principal permission failed. The server stack trace says: at System.Security.Permissions.PrincipalPermission.Demand()
|
| Remoting Objects: style question | 13 Jul 2004 18:32 GMT | 18 |
I have a style question wrt Remoting Objects. I'm trying to avoid putting all my remoting objects in a class library to be built into both client and server. I'm using C# exclusively. Two ideas:
|
| IIs and remoting | 13 Jul 2004 16:17 GMT | 2 |
How do I deploy remoting objects on IIS server .? I have created a example application which has a client and server, and server is console application. my client access the console server. But i want to create a server which starts as soon as my machine boots up
|
| (405) Method Not Allowed | 13 Jul 2004 05:14 GMT | 1 |
When I debug my .Net remoting application, I encountered an error message that reads: "The remote server returned an error: (405) Method Not Allowed." Source:"mscrorlib"
|
| Give Client Reference to a Server Object | 12 Jul 2004 23:15 GMT | 4 |
I'm trying to construct a client application with two components. Component 1 - A C# service that synchronizes data from a remote data source. Component 2 - A C# windows forms application.
|
| Activation of the DCD line | 12 Jul 2004 19:23 GMT | 1 |
I don't know whether this is the right forum to post my question to. Anway, here it goes... How to activate the DCD line of the serial port programatically? Regards
|