-
ASP error (Library not registered)
Hello, everybody. I have been programming for about 5 years, however, I am
fairly new to ASP. I have recently installed Personal Web Server on my Windows
NT 4.0 workstation. When I run one of ASP examples from an ASP textbook,
I get the following error message:
Server object error 'ASP 0177 : 8002801d'
Server.CreateObject Failed
/mike/pastamenu.asp, line 6
Library not registered
The line in pastamenu.asp where the error occurs is:
Set mylinks=Server.CreateObject("MSWC.NextLink")
I checked in The Registry, and this library is properly registered. Also,
When I try to create this object from VB(Visual Basic), it gets created successfully.
Does anyone have any ideas about what might be wrong.
Thanks to everybody in advance.
-
Re: ASP error (Library not registered)
have you tried to register the dll, using Regsvr32.exe ? that might work
-
Re: ASP error (Library not registered)
"NYCMIKE" <nycmike123@go.com> wrote:
>
>have you tried to register the dll, using Regsvr32.exe ? that might work
>Yes. I registered the .dll, but I still get the same error message. Any
other ideas. Thanks.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Development Centers
-- Android Development Center
-- Cloud Development Project Center
-- HTML5 Development Center
-- Windows Mobile Development Center
|