asp_components thread: first COM Object in VB
Hi,
I have the following code (its my first COM Object in VB):
OPTION EXPLICIT
Response.Write "Begin <BR>"
Dim objRoni
Set objRoni = Server.CreateObject("roni.schuetz") - LINE 6
objRoni.initElement
objRoni.aElement "","",0
Set objRoni = nothing
Server object, ASP 0178 (0x80070005)
The call to Server.CreateObject failed while checking permissions. Access is
denied to this object.
/roni.asp, line 6
what can it the reason for the following error.
Regards,
Roni Schuetz
|





