Open danjarvis opened 10 months ago
Sorry to be late on answering you.
First, thank you to use this nuget package.
I have updloaded a Windows Service sample working properly in .NET 8.0, at least in my machine (a litlle kitten just died only by saying this...). Please, could you check if the problem is reproduced in your side with this .NET 8.0 sample?
Thanks. :)
Hello,
I have a Windows Service that was functioning correctly under net6.0. I recently upgraded and everything works correctly in a development environment. However, after installing on a system I get an exception on startup. Here is the code I am using to configure logging in Program.cs:
My log4net config gets installed alongside the .exe and it looks like this:
The error I am seeing in windows event viewer:
My dependencies:
I am unable to resolve this issue and was wondering if anyone else has experienced it... and if so what a work around would be. I will be downgrading back to net6.0 if I cannot resolve this.