Главная страница | назад





Article #19702: IIS server reports 'The specified module could not be found'

 Question and Answer Database
FAQ: FAQ4702C — IIS server reports 'The specified module could not be found'
Category: Internet/WEB
Platform: Windows NT
Product: C++Builder3.x, C++Builder4.x,
Question:
IIS server reports 'The specified module could not be found', yet my ISAPI dll is sitting in the
Scripts directory, and my browser is pointing right to it. How can this be the case?
Answer:
'The specified module could not be found' error message can refer to the dependencies of the ISAPI dll.
Check the IMPORTS table via tdump or quikview to find the module's dependencies. Also make sure that
dynamic rtl and runtime packages are _not_ checked in the project options dialog for the ISAPI dll project.
Another common dependency is borlandmm.dll.
8/4/99 11:56:25 AM

Last Modified: 01-SEP-99