Hi,
We have a filter for Microsoft ISA Server 2006 written in C++. The code was originally compiled using Visual Studio 2005 and hunky dory. Since we are using Visual Studio 2008 for everything else, I tried to convert this project to Visual Studio 2008. The conversion wizard runs fine and the code compiles correctly.
However, when I try to deploy the output dll onto the server I get the following error
ISA Server failed to load Web Filter DLL "C:\Program Files\Microsoft ISA Server\".
To deploy
- I unregistered the original dll using regsvr32 \u
- Registered the new dll using regsvr32
- Start windows firewall service.
I suspect the error is because of Visual Studio 2008's handling of COM dlls. Has anybody seen this error before.
Cheers, Hamid
-