Last part:
It also creates two files I'd be happy to
email if it would help:
dllhost.exe.hdmp
dllhost.exe.mdmp
I have never had these errors before and I
only receive them with the following code:
For Each fld In Request.Form
If Left(fld, 5) = "unit_" Then
strUnitCmd = Mid(fld, 6)
x10Object.SendAction "sendplc",
strHouse & strUnitCmd
End If
Next
Any help would be appreciated,
Randall