Error 80020009 with II7, Vista, Classic ASP

Error 80020009 with II7, Vista, Classic ASP

am 26.10.2007 09:33:02 von h.davatz

Hi - I have all my web apps, coded in classic ASP and VB 6.0.
I am trying to do a migration of apps. to a Vista with IIS7.
I am getting this error: 80020009 Object required

With II5 and II6 i have no problem.

Codesample:

<%
dim login
dim passwd
dim objLogin

login = ""
passwd = ""

........

set objLogin = Server.CreateObject("AdminGL.Login") <---- AdminGL is a
VB6-DLL
objLogin.BuildLogin login, passwd
%>

Can anyone help me? Thanks

Re: Error 80020009 with II7, Vista, Classic ASP

am 30.10.2007 01:49:04 von Steve Schofield

Did you register the custom COM object on the Vista machine?

--

Best regards,

Steve Schofield
Windows Server MVP - IIS
http://weblogs.asp.net/steveschofield

http://www.IISLogs.com
Log archival solution.
Install, Configure, Forget

"Hansjürg Davatz" wrote in message
news:D3E898C2-BF15-4F04-AA7E-B84D1C75D272@microsoft.com...
> Hi - I have all my web apps, coded in classic ASP and VB 6.0.
> I am trying to do a migration of apps. to a Vista with IIS7.
> I am getting this error: 80020009 Object required
>
> With II5 and II6 i have no problem.
>
> Codesample:
>
> <%
> dim login
> dim passwd
> dim objLogin
>
> login = ""
> passwd = ""
>
> .......
>
> set objLogin = Server.CreateObject("AdminGL.Login") <---- AdminGL is a
> VB6-DLL
> objLogin.BuildLogin login, passwd
> %>
>
> Can anyone help me? Thanks
>

Re: Error 80020009 with II7, Vista, Classic ASP

am 01.11.2007 15:05:06 von h.davatz

Yes, i have. When the COM object not register, the Error - Message is a
other.

"Steve Schofield" schrieb im Newsbeitrag
news:OFctt6oGIHA.4496@TK2MSFTNGP03.phx.gbl...
> Did you register the custom COM object on the Vista machine?
>
> --
>
> Best regards,
>
> Steve Schofield
> Windows Server MVP - IIS
> http://weblogs.asp.net/steveschofield
>
> http://www.IISLogs.com
> Log archival solution.
> Install, Configure, Forget
>
> "Hansjürg Davatz" wrote in message
> news:D3E898C2-BF15-4F04-AA7E-B84D1C75D272@microsoft.com...
>> Hi - I have all my web apps, coded in classic ASP and VB 6.0.
>> I am trying to do a migration of apps. to a Vista with IIS7.
>> I am getting this error: 80020009 Object required
>>
>> With II5 and II6 i have no problem.
>>
>> Codesample:
>>
>> <%
>> dim login
>> dim passwd
>> dim objLogin
>>
>> login = ""
>> passwd = ""
>>
>> .......
>>
>> set objLogin = Server.CreateObject("AdminGL.Login") <---- AdminGL is
>> a VB6-DLL
>> objLogin.BuildLogin login, passwd
>> %>
>>
>> Can anyone help me? Thanks
>>
>