| Thread | Last Post | Replies |
|
| Accessing a singleton from a server instead of a client | 10 Jun 2004 16:14 GMT | 1 |
I have a windows service that has a singleton remotable object. I need to call the singleton's startup method from the service's OnStart method. Problem is, if I try to do that, I can't. Since I'm already using tcp
|
| Can I get a instance from type? | 10 Jun 2004 14:36 GMT | 7 |
i konw a type(no class),can i get this type`s instance list?
|
| what is the use of interfaces.. | 10 Jun 2004 11:28 GMT | 2 |
what is the actual use of interfaces in oops.. why do we need them .. one reason is as a part of design to implement all the methods (of interface) compulsorily we can use interface ..
|
| soapsuds | 09 Jun 2004 22:47 GMT | 9 |
When I use soapsuds to extract mata data for a class which implements an interface which is defined in a separate assembly I get a null reference error. Do all interfaces/abstract classes which are implement by a class being extracted have to be defined within the same assembly, or, ...
|
| Button click with Remoting | 09 Jun 2004 14:46 GMT | 3 |
How should I handle the user clicking a button that calls an asynchronous SAO? Should I disable the button until my call returns? Just curious about what over people do. What about forms with lots of buttons and lots of tabs,
|
| Remoting - Multi-Headed Hydra?? | 09 Jun 2004 14:42 GMT | 1 |
Thanks juergen, That solved my Singleton problem. It did occur to me as odd calling the new operator, but the code sample was given at The Code Project, so i thought it was kinda 'Donny'proof ;-)
|
| Don't know what's going wrong! | 09 Jun 2004 14:32 GMT | 2 |
I've just started exploring .NET remoting, and i'm having a queer problem.. my Singleton class isn't a Singleton! I mean, if i have a static variable on my remote object which is being accessed by two clients,
|
| simple communication btw 2 apps - use events? | 08 Jun 2004 16:24 GMT | 4 |
my idea is to establish a simple communication between appA, app1 and app2, or better to say CONTROL the app1 and app2 from applicationA. All of those are WinForm apps. AppA should be able to query app1 and app2 for some simple info, like
|
| Problem with .NET remoting and Hashtable | 08 Jun 2004 07:22 GMT | 3 |
I have a serializable class called MyFile in Server-side. Like this: <Serializable()> _ Public Class MyFile Public Binaari() as Byte
|
| unregistering? | 08 Jun 2004 05:24 GMT | 2 |
I have: a classLibrary with a remotable object in it, a windows Server app that registers the remotable object as a wellknown service type, and a windows client app that registers the same remotable as a wellknown client type.
|
| why do I keep Getting this error? | 07 Jun 2004 20:58 GMT | 5 |
System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it I have a very simple remoting test solution and I cannot connect to my server object from the client.
|
| local area connection is unplugged | 07 Jun 2004 20:04 GMT | 1 |
i have a problem with my LAN connection all cable is set but still appears "Local area connection is unplugged" no problem on the cable and hub, they are all working with other computer. any suggestions or solution to this problem? pls let me know! thanks
|
| Remoting / Windows service Error | 07 Jun 2004 20:03 GMT | 1 |
Hi Gurus I have an application which runs as a windows service. The windows service has remoting host First when I wrote the application it was like this. 1. Windows service starts and OnStart I stsrt the Host.exe(Remoting host
|
| Remoted objects never garbage collected. | 07 Jun 2004 16:34 GMT | 3 |
I have an application which handles events raised remotely. The object through which the events are raised is remoted to my application, and it has had its InitializeLifetimeService method overridden to return null, so that it stays alive for the lifetime of
|
| Get subnet mask | 07 Jun 2004 07:04 GMT | 1 |
Can someone tell me how I can get the subnet mask? Josh
|