Ask a Question related to ASP Components, Design and Development.
-
zhonghua lee #1
I use Server.CreateObject() create a com object ,but return Empty,Why ?? ,the component has been registered!
I want to use Server.CreateObject() create a com object ,but return
Empty,Why ?? ,the component has been registered
zhonghua lee Guest
-
ActiveX component can't create object
I'm having problems setting up a monstrous COM+ Frankenapp on my local machine. The application works on the development server when I access it... -
Error ASP 0178 on Windows 2003 Server (IIS6) by Server.CreateObject on DCOM registred Component
Heres is a workaround, 1. go to Administrative Tools> Component Services 2. expand COM Services and right click on My computer. 3. click... -
#25640 [Opn->Asn]: simplexml element object properties return empty objects
ID: 25640 Updated by: sniper@php.net Reported By: tater at potatoe dot com -Status: Open +Status: ... -
#25640 [NEW]: simplexml element object properties return empty objects
From: tater at potatoe dot com Operating system: * PHP version: 5CVS-2003-09-23 (dev) PHP Bug Type: XML related Bug... -
Does component (.dll) have to be registered on server?
Is there a way I can use my custom dll just by placing it in the ASP folder and not having to use regsvr32 to register it? I takes forever to get... -
Anthony Jones #2
Re: I use Server.CreateObject() create a com object ,but return Empty,Why ?? ,the component has been registered!
Server.CreateObject never returns empty.
Do you mean nothing?
Or have you a On Error Resume Next in place, on error this would leave a
variable
with it's default Empty value?
How are you testing for Empty, can you show some code?
Is there no error? Anything in the event log?
Anthony Jones Guest



Reply With Quote

