thanks for your reply. yes, this is what i've done prior to posting
here ;)
i've stopped the service, overwritten the existing executables and
started the service again. when my service starts, it writes out the
executable versions to the eventlog. unfortunately, they are still the
same as before overwriting the files. so it seems, the executing
service exe and dll are still the same as before.
i now this might sound weird, but can it somehow be, that the
executable is cached somewhere? i've event tried to overwrite the
executable and restart the entire machine. but still no success.
thanks in advance.
matthias
> You would need to stop the service before overwriting the executable
> and any dll assemblies that were loaded in memory in the AppDomain.
[quoted text clipped - 22 lines]
> >
> > matthias
Peter Bromberg [C# MVP] - 02 Apr 2008 18:30 GMT
You have some other kind of problem here. If your service was stopped and you
were able to clearly overwrite the previous assemblies (and you checked the
file timestamps to be sure) and you've restarted your service, then there
must be something wrong with your logging code.
-- Peter
Site: http://www.eggheadcafe.com
UnBlog: http://petesbloggerama.blogspot.com
Short Urls & more: http://ittyurl.net
> thanks for your reply. yes, this is what i've done prior to posting
> here ;)
[quoted text clipped - 39 lines]
> > >
> > > matthias