 |
BorlandTalk.com Borland discussion newsgroups
|
| View previous topic :: View next topic |
| Author |
Message |
hector valladares Guest
|
Posted: Wed Dec 28, 2005 4:53 pm Post subject: ISAPI.DLL does not run in server when we desinstall delphi |
|
|
Thanks very much for your previous helps; now we have the following problem:
we have developed this web application isapi.dll with websnap, it runs without problems when we debugging it with delphi 7,and too it runs without any problems after we exit delphi 7 and we return to the services of the our local windows server 2000; but when we desinstall delphi 7, the application does not run, there it appears a message "it is not found the specified module".
In the remote server this application does no run and appears the same previous message.
In the module of the debug windows all the .dll are of microsoft, there is not a dependency to some module of delphi 7.
Does need the web applications to use the module sharemen?
it can be the problem? or
what can be the problem?
some body know about what to do?
thanks in advance for your help
|
|
| Back to top |
|
 |
danny heijl Guest
|
Posted: Wed Dec 28, 2005 8:40 pm Post subject: Re: ISAPI.DLL does not run in server when we desinstall del |
|
|
hector valladares schreef:
| Quote: | or
what can be the problem?
|
I don't know if it is still the case for D7, but with D6 websnap you had
to register a type library and a dll (needed for the adapter stuff, even
if you didn't use it), as documented in the readme. I thought this was
no longer needed with D7, but I can be wrong.
The instructions for D6 were:
tregsvr WebBrokerScript.tlb
tregsvr stdvcl40.dll
Danny
---
|
|
| Back to top |
|
 |
hector valladares Guest
|
Posted: Fri Dec 30, 2005 4:40 pm Post subject: Re: ISAPI.DLL does not run in server when we desinstall del |
|
|
thanks for your advice; I was reading the readme document and others of the delphi 7 documentation but there is not anything about the registry of the some .dll oor library, and therefore delphi 7 does not require this registry.
Some times appears the message " the specified module could not be found" and most times appears the message " error 500; the page can not be displayed";
we are really very worry about this problem, it is delaying the project.
All the advices are wellcome.
thanks
danny heijl <danny_dot_heijl_at_telenet_dot_be> wrote:
| Quote: | hector valladares schreef:
or
what can be the problem?
I don't know if it is still the case for D7, but with D6 websnap you had
to register a type library and a dll (needed for the adapter stuff, even
if you didn't use it), as documented in the readme. I thought this was
no longer needed with D7, but I can be wrong.
The instructions for D6 were:
tregsvr WebBrokerScript.tlb
tregsvr stdvcl40.dll
Danny
---
|
|
|
| Back to top |
|
 |
Brian Wheatley Guest
|
Posted: Wed Jan 04, 2006 9:19 pm Post subject: Re: ISAPI.DLL does not run in server when we desinstall del |
|
|
Hello,
Are you using DataSnap in your application? If you are, it requires the
Midas.dll be installed on the PC, or that you put the MidasLib unit in your
project's source file (which embeds the Midas code).
Brian
"hector valladares" <vallchimp (AT) excite (DOT) com> wrote
| Quote: |
Thanks very much for your previous helps; now we have the following
problem:
we have developed this web application isapi.dll with websnap, it runs
without problems when we debugging it with delphi 7,and too it runs
without any problems after we exit delphi 7 and we return to the services
of the our local windows server 2000; but when we desinstall delphi 7, the
application does not run, there it appears a message "it is not found the
specified module".
In the remote server this application does no run and appears the same
previous message.
In the module of the debug windows all the .dll are of microsoft, there is
not a dependency to some module of delphi 7.
Does need the web applications to use the module sharemen?
it can be the problem? or
what can be the problem?
some body know about what to do?
thanks in advance for your help
|
|
|
| Back to top |
|
 |
hector valladares Guest
|
Posted: Mon Jan 09, 2006 1:11 am Post subject: Re: ISAPI.DLL does not run in server when we desinstall del |
|
|
hello;
thanks for your advices; we found the solution to the problem; because of that the application is cross-platform it was necessary to place the library qtintf70.dll into the directory where is the application.
Hector valladares
"Brian Wheatley" <brianpw (AT) neo (DOT) rr.com> wrote:
| Quote: | Hello,
Are you using DataSnap in your application? If you are, it requires the
Midas.dll be installed on the PC, or that you put the MidasLib unit in your
project's source file (which embeds the Midas code).
Brian
"hector valladares" <vallchimp (AT) excite (DOT) com> wrote in message
news:43b2d113 (AT) newsgroups (DOT) borland.com...
Thanks very much for your previous helps; now we have the following
problem:
we have developed this web application isapi.dll with websnap, it runs
without problems when we debugging it with delphi 7,and too it runs
without any problems after we exit delphi 7 and we return to the services
of the our local windows server 2000; but when we desinstall delphi 7, the
application does not run, there it appears a message "it is not found the
specified module".
In the remote server this application does no run and appears the same
previous message.
In the module of the debug windows all the .dll are of microsoft, there is
not a dependency to some module of delphi 7.
Does need the web applications to use the module sharemen?
it can be the problem? or
what can be the problem?
some body know about what to do?
thanks in advance for your help
|
|
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|