Karl,Make SURE the application pool is indeed configured for 32 bit and that that application is indeed assigned to your web page.
Further make sure that the Web Server account the application pool is running under (SYSTEM or NETWORK SERVICE) is set to an account that can at least read and also write in the virtual/root web folder.
It sounds like permissions are missing to read the files in the folder, which can easily happen if you don't set the application account which defaults to APplicationPoolUser which has ZERO rights on your system.
Hi Rick.
I am getting error below when running wc.dll on a 64 bit 2008 server.
HTTP Error 500.19 - Internal Server Error
Calling GetProcAddress on ISAPI filter "C:\inetpub\wwwroot\CWebPortal\Bin\wc.dll" failed
Most likely causes:
The worker process is unable to read the applicationhost.config or web.config file.
There is malformed XML in the applicationhost.config or web.config file.
The server cannot access the applicationhost.config or web.config file because of incorrect NTFS permissions.
I have an Application Pool set to 32.bit
Should wc.dll work on a 64 bit server configured like this?
Any help would be appreciated
Karl