I'm having an issue trying to get COM to work on my local iis server running php. This is related to an earlier post but now i am finding COM just simply does not load anything.
I've tried this...
new COM( 'ADODB.Connection' )
I've also tried this...
new COM("WScript.Shell")
both of these lines of code will not work. They do not throw errors, just simply die and do not execute any further in the code. I've tried catching an exception in a try-Catch but nothing gets returned. I'm guessing that there is something wrong with COM but have never used it before so I don't know where to look to fix it or enable it. Any help is appreciated. Thanks.