I have a PHP app running on IIS7 server 2008. It has a COM object that I'm not able to bind to. The error is...
Failed to create COM object 'name': Catastrophic failure
... where 'name' is the name of my COM object. The COM object is designed to read/write registry settings, and I've given it permissions to function to the best of my knowledge.
Any ideas?