Hello
I have the following COM object saved as a DLL. It has been registered and
everything seems to be working.
However I get a
CdiNetProject error '800a01a8'
Object required
Error at the line indictate below in the asp code when I try to access it.
Any insight??? As you may well have guessed this is my first COM Object and
I am having trouble.
'************** COM Object Code ************************
Public Function GetDownLine(Optional strPIN = "")
If strPIN = "" Then
GetDownLine = ""
Else
GetDownLine = "We are here"
End If
Conn.Close
Set Conn = Nothing
End Function
'********************************************************
'************* ASP CODE ********************************
set objHello = Server.createobject("CDINETProject.Cdinet")
Mem = "11101"
'******** Line that errors out ****************
Response.write objHello.GetDownLine(mem) & "<br>" & vbCRLF
'*********************************************************
---
You are currently subscribed to activeserverpages as: [email protected]
To unsubscribe send a blank email to [EMAIL PROTECTED]