-1

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?

mark02
  • 11
  • 1
  • 7
  • 1
    Have you tried a debugger? You haven't posted enough information about the error for anybody to debug it. `0xe0434352` is the general managed exception code, but what exactly failed isn't evident from the information provided. – josh poley Aug 24 '23 at 20:25
  • that is all i got from the event Viewer – mark02 Aug 25 '23 at 08:31

0 Answers0