| |
pgnbn
Posts: 1
Score: 0
Joined: 1/25/2005
From:
Status: offline
|
Hi@ll! I'm having a strange problem on my web app... This app uses COM developed by other enterprise so I can't have full control on the source code. The code on the asp page is: 1 Dim oXMLResponse 2 Dim oAction 3 Dim sResponse 4 Set oAction = Server.CreateObject("MyCOM.Action") 5 sResponse = oAction.Submit() when code reaches the 5th line it generates the error : "Microsoft VBScript runtime error, object required" I made some research on this and find some solutions related with COM installation. Although I tried them all, still doesn't work. But on the other side using Set MyCOM = CreateObject("MyCOM.ACTION") on another dll works fine...strange isn't it? Anyone has an idea on what's happening. Thanks in advance for your help. Cheers, Pedro
|
|