Icon View Thread

The following is the text of the current message along with any replies.
Messages 1 to 6 of 6 total
Thread OS Error: when add module
Thu, Oct 20 2016 7:09 PMPermanent Link

KimHJ

Comca Systems, Inc

Installed the web server on WS 2012 R2.
In Configure Server I get this error when I add the myproject.dll.
An error occurred with the web server module myproject (The module could not be loaded (OS Error: The specified procedure could not be found.))

I created a folder on the C: drive and added the myproject.dll.

Do I need other dll's?

The dll uses the EDB which I also installed.

It works fine on my W10 computer.

Thanks,
Kim
Tue, Oct 25 2016 1:59 PMPermanent Link

Tim Young [Elevate Software]

Elevate Software, Inc.

Avatar

Email timyoung@elevatesoft.com

Kim,

<< Installed the web server on WS 2012 R2.
In Configure Server I get this error when I add the myproject.dll.
An error occurred with the web server module myproject (The module could not be loaded (OS Error: The specified procedure could not be found.)) >>

It sounds like your myproject.dll module has a DLL dependency that can't be found.  When you say that you "installed the web server", did you use our installation that we provide, or just copy over the ewbsrvr.exe file ?

Tim Young
Elevate Software
www.elevatesoft.com
Tue, Oct 25 2016 6:06 PMPermanent Link

KimHJ

Comca Systems, Inc

Tim Young [Elevate Software] wrote:

<<It sounds like your myproject.dll module has a DLL dependency that can't be found.  When you say that you "installed the web server", did you use our installation that we provide, or just copy over the ewbsrvr.exe file ? >>

I used your installation.

The only thing I have in myProjectdll is the EDB and I'm using the Jedi for sending Emails and make http post.

I tried it on two W2012R2 and the same happen on both.
I removed the dll from my development computer wich is W10 and added it back in with no problems.

I the loginmodule.dll and pdfmodule.dll into the same folder where I have myproject.dll on the W2012R2 computer. Then I added booth modules into the EWS with no problems.

If you like I can email you the myproject.dll

Thanks,
Kim
Tue, Oct 25 2016 6:39 PMPermanent Link

KimHJ

Comca Systems, Inc

I made myproject.dll without the unit where I use Jedi and I still get the same error when I try to add it to the EWS.

The only Component I'm using now is the EDB.

Kim
Wed, Oct 26 2016 2:43 PMPermanent Link

KimHJ

Comca Systems, Inc

I intalled the 205b4ewb.exe on a new W10 Computer and I have the same problem when I try to add my module.

Here is my uses in DElphi XE6 do I need any other dll for myproject.dll to be added?

uses SysUtils, Classes, DB, ewbhttpmodule, ewbhttpcommon, edbcomps, ewbdatasetadapter;

Thanks,
Kim
Wed, Oct 26 2016 4:02 PMPermanent Link

KimHJ

Comca Systems, Inc

This fixed it:

Created a new Elevate WEB Builder Module. Copied all code from the old module into the new module. Compiled it and was able to add the module into EWS wit out any errors.

Not first time I have to do this in Delphi.

Thanks,
Kim
Image