Daily Archives: August 4, 2010

1 post

Calling LoadLibraryEx on ISAPI filter "C:\Windows\Microsoft.NET \Framework\v4.0.21006 \aspnet_filter.dll” failed error quick fix

Do you have this experience that your application has been running fine on one computer, but suddenly gives you an error as follows when you publish it to another computer? Calling LoadLibraryEx on ISAPI filter “C:\Windows\Microsoft.NET\Framework\v4.0.21006\aspnet_filter.dll” failed This error is very common on x64 OS computer with IIS 7 installed. The reason is that the default application pool (or the application pool your application uses) on IIS 7 does not support 32-bit application. The fix […]