Using a COM component in a IIS Hosted WCF Service – Class not registered
If you are hosting a WCF service which utilises a COM component and is hosted in IIS you might, like I did, get confused when the calling client returns an error from the service complaining that the COM class is not registered (when you know it is!)
Read more »