So I have windows service application using .net framework 4.5.2 installed on a Windows Server 2012 that is up and running.
Lately I added an implementation to the project using https://selectpdf.com library and added to the project folder (hosted on the Windows Server 2012) the selectpdf dll's and an updated .exe (testService.exe) => the service is starting and running perfectly.
The problem is that doing the same steps by replacing the selectpdf dll's and the updated .exe on a Windows Server 2019 when I try to start the service I got the following error:
Faulting application name: testService.exe, version: 0.4.3.18, time stamp: 0x55f2b40f
Faulting module name: KERNELBASE.dll, version: 6.1.7601.18869, time stamp: 0x556366fd
Exception code: 0xe0434352
Fault offset: 0x000000000000b3dd
Faulting process id: 0x5f0
Faulting application start time: 0x01d0ec8a5e92040f
I tried every solution that I found on internet, but with no success: 1.Register the KERNELBASE.dll file. 2.Did a System Check 3.Checked Program Compatibility 4.Repair the quicken application
Anybody encountered the same issue? Any ideas to try?