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" <h.davatz.DeleteThis@freesurf.ch> 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
>