 |
BorlandTalk.com Borland discussion newsgroups
|
| View previous topic :: View next topic |
| Author |
Message |
hector valladares Guest
|
Posted: Tue Dec 20, 2005 9:41 pm Post subject: ERROR: Cannot create application object in a shared object o |
|
|
We are testing our isapi.dll made with websnap;it work fine with the appdebbuger,(with windows 2000 server and delphi 7); inmediately after of start the debugging is displayed a windows with the error: inetinfo.exe raised exception class eapplication error, message:"cannot create application object in a shared object or library" and the qforms is displayed with a line of code. We delete the unit "form" (it was placed here from the change of the application from .exe to isapi.dll)of the clause uses of the home module, we think that this unit must not
be present in a web application, and the application was working fine, but the next day again the same error begun to be displayed.
We annulled the lines of code in qcontrol that called to qforms;
and add that unit to our project and it happened the same, only thE application was fine on day.
What can be the problem?
It can be a error from the server?
Our application is not using forms, qcontrol, qforms units but the error is from the qcontrol units.
THANKS FOR YOUR HELP
Héctor |
|
| Back to top |
|
 |
Nick Hodges [TeamB] Guest
|
Posted: Wed Dec 21, 2005 8:18 am Post subject: Re: ERROR: Cannot create application object in a shared obje |
|
|
hector valladares wrote:
| Quote: | Our application is not using forms, qcontrol, qforms units but the
error is from the qcontrol units.
|
Somewhere in your code the CLX units (the ones that start with 'Q') are
getting linked in. You need to do a thorough review of the code in
your app to ensure that no code from CLX is being linked into your
ISAPI DLL.
--
Nick Hodges -- TeamB
Dunn Solutions Group -- http://www.dunnsolutions.com
Read my Blog -- http://www.lemanix.com/nickblog |
|
| 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
|
|