Hi,
I tried to run the ISAPI Agent on IIS7 64bit(intel machine) using the instructions given at
http://www.josso.org/confluence/display/JOSSO1/Setup+JOSSO+Agent+-+ISAPI. When I tried to run the application, I got the following error message:
HTTP Error 500.0 - Internal Server Error
Calling LoadLibraryEx on ISAPI filter "C:\inetpub\josso\bin\JOSSOIsapiAgent.dll" failed
Investigating further, I found the following message in the windows application event log data:
ISAPI Filter 'C:\inetpub\josso\bin\JOSSOIsapiAgent.dll' could not be loaded due to a configuration problem. The current configuration only supports loading images built for a AMD64 processor architecture. The data field contains the error number. To learn more about this issue, including how to troubleshooting this kind of processor architecture mismatch error, see
http://go.microsoft.com/fwlink/?LinkId=29349.
- <Event xmlns="
http://schemas.microsoft.com/win/2004/08/events/event">
- <System>
<Provider Name="Microsoft-Windows-IIS-W3SVC-WP" Guid="{670080D9-742A-4187-8D16-41143D1290BD}" EventSourceName="W3SVC-WP" />
<EventID Qualifiers="49152">2274</EventID>
<Version>0</Version>
<Level>2</Level>
<Task>0</Task>
<Opcode>0</Opcode>
<Keywords>0x80000000000000</Keywords>
<TimeCreated SystemTime="2011-06-22T11:05:53.000Z" />
<EventRecordID>355059</EventRecordID>
<Correlation />
<Execution ProcessID="0" ThreadID="0" />
<Channel>Application</Channel>
<Computer>API-QA</Computer>
<Security />
</System>
- <EventData>
<Data Name="IsapiFilter">C:\acroot\josso\bin\JOSSOIsapiAgent.dll</Data>
<Data Name="ProcessorArchitecture">AMD64</Data>
<Binary>C1000000</Binary>
</EventData>
</Event>
It would be very kind, if you could help me with the issue.
Thanks
Pankaj