I am attempting to call a COM component (that lives in component services) via a local web service but it fails with the following error:
Class not registered (Exception from HRESULT: 0x80040154 (REGDB_E_CLASSNOTREG))
I have created a C# windows app that does exactly the same thing and calls the COM component fine every time. I assumed this was a security issue so I have added Everyone to the access permissions for component services but this doesn't help. Any suggestions? Could it be a 64 bit related issue?
Versions: VS2008, .NET 3.5, Windows 7, 64 bit