Hello,
I've been working on an ASP project for
some time now. I have created several
variations of the vbscript example found on
this website. The ASP project I am working
on utilizes the following object setup and
usage:
Set x10Object = Server.CreateObject
("X10.ActiveHome")
x10Object.SendAction "sendplc", "o1 on"
Set x10Object = Nothing
Execution works great a few times and then
I get a COM Surrogate error in a popup
window and a few errors in Event Viewer. I
have posted here before and contacted X10
support several times (no response from
X10). Any thoughts or suggestions would be
greatly appreciated.