Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Where to place dbxmss.dll
#3
(07-13-2020, 08:24 PM)kudzu Wrote: If I recall correctly (I may be wrong), IIS by default is 64 bit and expects 64 bit processes. To run 32 bit DLLs you need to set the app pool for it to be explicitly 32 bit. Dont change the default app pool, you'll kill the other DLLs on the server. Create a new one for your app and set it to 32 bit.

https://webconnection.west-wind.com/docs/_24d0uty4k.htm

Kudzu, you are right and both development and production IIS are already setup the way you describe.

My point specifically refers to the location of the dbxmss.dll which is required to use dbx on the production server (i am using a TSQLConnection component in my app). On the development server, this dll has been installed with Delphi and works fine.

On the production server, no Delphi there, so i guess i have to place it somewhere. 
 
I have tried /Windows/SysWOW64, /Windows/System, /Windows/System32. But I still have the message "Impossible to load dbxmss.dll (ErrorCode 126) may be missing in the system path"
Reply


Messages In This Thread
Where to place dbxmss.dll - by oliver - 07-13-2020, 08:04 PM
RE: Where to place dbxmss.dll - by kudzu - 07-13-2020, 08:24 PM
RE: Where to place dbxmss.dll - by oliver - 07-14-2020, 07:23 AM
RE: Where to place dbxmss.dll - by oliver - 07-14-2020, 07:18 PM
RE: Where to place dbxmss.dll - by PaulWeem - 07-14-2020, 08:07 PM
RE: Where to place dbxmss.dll - by oliver - 07-15-2020, 10:49 AM
RE: Where to place dbxmss.dll - by joelcc - 07-15-2020, 06:47 PM
RE: Where to place dbxmss.dll - by PaulWeem - 07-15-2020, 08:47 PM
RE: Where to place dbxmss.dll - by oliver - 07-16-2020, 03:13 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)