Re: PHP With COM and/or DOTNET
Some progress...
I can now instantiate the object on the server using new COM(...) and as long as I have instantiated it, I can use get_active_object(...) to attach to it. I can even run some methods ofthe object and although they don't crash, they don't seem to do anything either.
However, the object doesn't appear on the screen of the server computer or, as far as I can see, in the task list of Task Manager.
When run manually on the server, the application opens up its control window and runs scripts, as it is designed to do.
Most frustrating...
|