Wrox Home  
Search P2P Archive for: Go

  Return to Index  

asp_components thread: first COM Object in VB


Message #1 by "Roni Schuetz" <ronis@a...> on Thu, 25 Jul 2002 12:11:28 +0200
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


  Return to Index