i use My custom bussiness objec in my ado/rds application
i'v used the following lineCreate my Bussiness object
in proccess
set Dream = DataSpace.CreateObject("Dream.Common",""
and things seem to work with this in my pc
i tried to run my Bussiness Object using Http using this trick
set dream = DataSpace.CreateObject("Dream.Common","
it doesnt fail on creating bo but it fails when i call method in my bo for ex
a = dream.MyMethod
i get The following Error
Error: unexpected error (0x80070000s)
whgat is wrong here is it something to do with unassigned ActiveX Control? ( MY COM is not marked "SAfe For Scripting"
i'v used the following lineCreate my Bussiness object
in proccess
set Dream = DataSpace.CreateObject("Dream.Common",""
and things seem to work with this in my pc
i tried to run my Bussiness Object using Http using this trick
set dream = DataSpace.CreateObject("Dream.Common","
it doesnt fail on creating bo but it fails when i call method in my bo for ex
a = dream.MyMethod
i get The following Error
Error: unexpected error (0x80070000s)
whgat is wrong here is it something to do with unassigned ActiveX Control? ( MY COM is not marked "SAfe For Scripting"