We found a problem with third party assemblies which are strongly named and are used in our windows service.
On the client machine, with the already installed release build I dropped in the new assemblies and in the application config file I redirected the services to load the new assemblies. My service starts but does not seem to do anything (it should start logging as soon as it starts).
I was wondering if on my development machine I can run my application in Debug and some how use the new assemblies to try to work out where the service is failing?
JD