Re: [ADVANCED-DOTNET] Windows Service Remoting

2006-01-25 Thread Ryan Heath
Hi Steve, An approach would be to extract an interface from your well-known type. Store this interface into a separate assembly. Your well-known type should also implement the new interface. Now your GUI client can reference this interface assembly. Now the challenging part is how can we instanti

[ADVANCED-DOTNET] Windows Service Remoting

2006-01-24 Thread Stephen Bub
Hi All, I trying to get a GUI to interact with a Windows Service using Remoting. The service well-known type is defined in the service application, not a seperate class library, so that it can access service data. However, I need the remoting object type at the GUI for RemotingConfiguration.Regis