 |
|
 |
|
Next: Can I backup my drive to my website space?
|
| Author |
Message |
External

Since: Oct 26, 2007 Posts: 2
|
(Msg. 1) Posted: Fri Oct 26, 2007 9:33 am
Post subject: Error 80020009 with II7, Vista, Classic ASP Archived from groups: microsoft>public>inetserver>iis (more info?)
|
|
|
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 >> Stay informed about: Error 80020009 with II7, Vista, Classic ASP |
|
| Back to top |
|
 |  |
External

Since: Sep 27, 2007 Posts: 32
|
(Msg. 2) Posted: Mon Oct 29, 2007 8:49 pm
Post subject: Re: Error 80020009 with II7, Vista, Classic ASP [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
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.RemoveThis@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
> >> Stay informed about: Error 80020009 with II7, Vista, Classic ASP |
|
| Back to top |
|
 |  |
External

Since: Oct 26, 2007 Posts: 2
|
(Msg. 3) Posted: Thu Nov 01, 2007 3:05 pm
Post subject: Re: Error 80020009 with II7, Vista, Classic ASP [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
Yes, i have. When the COM object not register, the Error - Message is a
other.
"Steve Schofield" <steve RemoveThis @iislogs.com> 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" <h.davatz RemoveThis @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
>>
> >> Stay informed about: Error 80020009 with II7, Vista, Classic ASP |
|
| Back to top |
|
 |  |
| Related Topics: | Vista, Classic ASP, VB6 Response.BinaryWrite Problem - I have a legacy ASP app that works fine on IIS 5.1 and 6.0. In one case, theASP calls a VB6 COM dll to stream binary data in response to an HTTP request to resolve an HTML SRC tag. I have two test cases: streaming files less than 5K in size and..
Classic ASP Error: The requested resource is in use. - Hi There! My ASP website with IIS 5 is working fine until I installed Windows XP Service pack 2 and since that time I'm getting the following error when I tried to browse the ASP pages... The requested resource is in use. This error does not show up...
IIS 6.0 error with vista - Hi to all, My new machine has vista and IIS 6.0. I have a web service that was developed in C# and tested on IIS 5.0 (on windows XP and .Net 1.1). Testing with IIS 6.0 I have found an error with one of the assemblies which tries to read command line....
IIS7 & ASP Classic - 500 - Internal Server Error - I'm trying to get ASP Classic working with IIS 7, but am having no luck. After being unable to get my site working, I tried a simple test page: <?=2+2?> But I get the same 500 error as with the other pages on my site. File and directory permissi...
IIS7 & ASP Classic - 500 - Internal Server Error - I'm trying to get ASP Classic working with IIS 7, but am having no luck. After being unable to get my site working, I tried a simple test page: <?=2+2?> But I get the same 500 error as with the other pages on my site. File and directory permissi... |
|
You can post new topics in this forum You can reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|
|
|
 |
|
|