Skip to main content
2Charlie
Inspiring
November 22, 2015
Answered

Calling LoadLibraryEx on ISAPI filter “E:\ColdFusion10\config\wsconfig\2\isapi_redirect.dll” failed

  • November 22, 2015
  • 16 replies
  • 6409 views

Why am I getting this error when I've used the wsconfig within my "site-name" folder to bind my site to ColdFusion? It keeps looking for the isapi_redirect.dll inside of wsconfig\2\ instead wsconfig\1\ folder. Where do I look to make this correction?

This topic has been closed for replies.
Correct answer 2Charlie

Where is this tomcat set? Its entry type is showing as inherited.


It seems I have to delete the wsconfig folder and recreate the coldFusion instances. There seemed to be some corruption or misconfiguration in one of the wsconfig folder.

16 replies

Legend
November 22, 2015

Hi,

Whats in ColdFusion11\config\wsconfig\wsconfig.properties file?

HTH, Carl.

2Charlie
2CharlieAuthor
Inspiring
November 22, 2015

This is what is showed.

#ColdFusion Web Server Configuration File

#Fri Nov 20 16:32:01 CST 2015

1=IIS,2,true,"",bitness64

1.srv=localhost,author

Legend
November 22, 2015

This part "1=IIS,2" - two here says refer to  ColdFusion11\config\wsconfig\2 for ISAPI information.

Perhaps make a copy of wsconfig\wsconfig.properties then change 2 for 1. Restart IIS to re-read properties files.

Regards, Carl.