How to resolve Windows Service crash when calling a DLL via LoadLibrary in a "ComServer" DLL.

  • Thread starter Thread starter Priscillo Jr
  • Start date Start date
P

Priscillo Jr

Guest
I've been working on an old VS 2010 solution composed of several projects (class libraries, windows service and a C++ DLL project) all configured to run on x86 and Win32 platform. The windows service is meant to call several third party DLLs provided by a vendor. It is side loaded using LoadLibrary command inside a C++ project called a "ComServer". Now I've recently received new 64bit versions of the DLLs from the vendor. Those were compiled in 64bit due to some calculation discrepancies that results when they use 32bit (how that happens I'm not so sure).

Some of the new DLL are called and executed just fine. However one DLL keeps causing a service crash for some reason.

The extracted windows even logs below:

raw


thumbnail


Any help to resolve this issue will be most welcome. Thanks

Continue reading...
 
Back
Top