<div dir="ltr">I'm currently trying to replicate your problem on IIS 6.0 on WIndows 2003 server. I'll get the result in a bit.<br><br><div class="gmail_quote">On Sat, Sep 19, 2009 at 6:54 PM, Markus Törnqvist <span dir="ltr"><<a href="mailto:mjt@nysv.org">mjt@nysv.org</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;"><div class="im">On Sat, Sep 19, 2009 at 05:23:21PM +0300, Markus T�rnqvist wrote:<br>
><br>
>Unfortunately it's still broken; "The specified procedure could not be found."<br>
><br>
[...]<br>
><br>
</div><div class="im">>I'm thinking, do I need some sort of config for callable? Does Web.config<br>
>get parsed and it's somehow broken in the example?<br>
<br>
</div>Finally found SOMETHING:<br>
<a href="http://blogs.msdn.com/david.wang/archive/2005/06/21/HOWTO_Diagnose_and_Fix_Common_ISAPI_Filter_Installation_Failures.aspx" target="_blank">http://blogs.msdn.com/david.wang/archive/2005/06/21/HOWTO_Diagnose_and_Fix_Common_ISAPI_Filter_Installation_Failures.aspx</a><br>
<br>
"If your ISAPI DLL uses an API call that is not actually present on the target<br>
OS, you can get this error. This is particularly insidious because you are<br>
able to compile/link the DLL successfully, yet the DLL fails to load on an OS<br>
which does not implement the API call you linked against.<br>
<br>
For example, suppose your ISAPI uses the RegGetValue() API call introduced in<br>
Windows Server SP1 (all platforms) and XP Pro x64. You download and use the<br>
latest Microsoft Platform SDK, which contains the advapi32.lib and include<br>
files for you to link and use RegGetValue(). Now, you try to run this ISAPI<br>
DLL on XP Pro 32bit, which has an older version of advapi32.dll that as<br>
documented, does not support RegGetValue(). The end result is error 127 since<br>
your ISAPI DLL will be looking for advapi32.dll to provide the RegGetValue()<br>
that it needs... which does not exist on XP Pro 32bit."<br>
<br>
Was that DLL compiled and/or coded for, say, 2008 Server?-)<br>
<br>
I'll see what I can do to investigate further, but this is starting to<br>
go over my head, so all help is once again appreciated; thanks! :)<br>
<font color="#888888"><br>
--<br>
mjt<br>
<br>
</font></blockquote></div><br><br clear="all"><br>-- <br><a href="http://nomadlife.org">nomadlife.org</a><br><br>
</div>