Permission to use object denied after Register DLL
I just formatted my PC (XP SP2) and get IIS and SQL Server 2005 Express
installed.
I've an ASP page that use a DLL file. The DLL has been register using
Regsvr32. However, the Asp page still show me the "(0x800A01A3) Permission to
use object denied" error.
Do you have any idea?
Thanks in advance...
--
Regards,
Pedestrian, Penang.
Message posted via http://www.webmasterkb.com
Re: Permission to use object denied after Register DLL
pedestrian via WebmasterKB.com wrote:
> I just formatted my PC (XP SP2) and get IIS and SQL Server 2005
> Express installed.
>
> I've an ASP page that use a DLL file. The DLL has been register using
> Regsvr32. However, the Asp page still show me the "(0x800A01A3)
> Permission to use object denied" error.
>
> Do you have any idea?
>
Hopefully this article will help:
http://www.aspfaq.com/show.asp?id 91
--
Microsoft MVP - ASP/ASP.NET
Please reply to the newsgroup. This email account is my spam trap so I
don't check it very often. If you must reply off-line, then remove the
"NO SPAM"
Re: Permission to use object denied after Register DLL
It might be because you installed SQL Server 2005 through your
administrator account. When you register and install dll's make sure
you create another owner with your administrator account.
Hope this will work out.