View Single Post
  #2 (permalink)  
Old 02-27-2008, 09:02 AM
DaveSawers's Avatar
DaveSawers DaveSawers is offline
WebProWorld Veteran
 

Join Date: Dec 2006
Location: Calgary, Alberta, Canada
Posts: 347
DaveSawers RepRank 1
Default 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...
__________________
Dynamic Software Development
www.activeminds.ca
Reply With Quote