Yeah, this question is repeated, but, I swear to you that I read every single link on stackoverflow and google and I'm going crazy with this issue.
I tried a lot of things, I going to put some of them here. None of these worked.
My system:
My php, ubicated in C:\inetpub\wwwroot\blahblah\foo.php:
<?php
ini_set("com.allow_dcom","true");
$conn = new COM("LogicControlOEM.OEM_EjecutaOEM") or die("Error");
?>
I've tried:
Find out the registers, their keys or whatever, and I gave permissions in all folders that contains "EjecutaOEM" to users:
Some ideas to try?