We have an application using Watin
and HttpWatch
, to check for some production sites.
We check response time of our applications at regular intervals and we use this application for that.
We open an IE instance and after setting some configs attach this instance with HttpWatch
plugin.
The application is working perfectly fine in Windows Server 2003.
But, we get the following error when we execute this application in Windows Server 2008.
Unable to cast COM object of type 'HttpWatch.ControllerClass' to interface type 'HttpWatch.IController'. This operation failed because the QueryInterface call on the COM component for the interface with IID '{21828BF3-DA77-4FC1-968E-FC7A46AEC19A}' failed due to the following error: No such interface supported (Exception from HRESULT: 0x80004002 (E_NOINTERFACE)).
We have tried many things but unable to solve this issue. Also, we have put the latest DLLs for Interop.HttpWatch.dll
and Interop.SHDocVw.dll
for the required Windows Server 2008 version, as we got to know about it from a link.