Help | Site Map
Connecting Tech Pros Worldwide
 
 
LinkBack Thread Tools
  #1  
Old July 19th, 2005, 01:42 PM
Rocio
Guest
 
Posts: n/a
Default where is Request.Form library for ASP?

I'm trying to run a simple ASP file that reads parameters from a form.
The error I get is:

error '8002801d'
Library not registered.

/acadiaassessor/_PostVerisign.asp, line 5

If I look at line 5 of _PostVerisign.asp it is the first of my
Request.Form statements:

<html>
<body>
<%

res = Request.Form("RESULT")(1)
: : : :
%>
</body>
</html>

I tried re-registering ASP.DLL, but still get the error.
I tried this without the (1) displayed above, and still the same
error.

How can I solve this?

Tx!
  #2  
Old July 19th, 2005, 01:42 PM
Aaron [SQL Server MVP]
Guest
 
Posts: n/a
Default Re: where is Request.Form library for ASP?

What version of Windows? IIS? Service Packs, security fixes? What have
you installed/uninstalled recently? Did this code ever work on this
machine?

--
http://www.aspfaq.com/
(Reverse address to reply.)




"Rocio" <rocio.katsanis@softwareservices.net> wrote in message
news:7b914006.0406080754.2bff1cdb@posting.google.c om...[color=blue]
> I'm trying to run a simple ASP file that reads parameters from a form.
> The error I get is:
>
> error '8002801d'
> Library not registered.
>
> /acadiaassessor/_PostVerisign.asp, line 5
>
> If I look at line 5 of _PostVerisign.asp it is the first of my
> Request.Form statements:
>
> <html>
> <body>
> <%
>
> res = Request.Form("RESULT")(1)
> : : : :
> %>
> </body>
> </html>
>
> I tried re-registering ASP.DLL, but still get the error.
> I tried this without the (1) displayed above, and still the same
> error.
>
> How can I solve this?
>
> Tx![/color]


  #3  
Old July 19th, 2005, 01:43 PM
Gyanendra
Guest
 
Posts: n/a
Default RE: where is Request.Form library for ASP?

i think your asp.ddl is corupt you have to reinstall that ..
 

Bookmarks

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are Off
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

What is Bytes?

We are a network of experts and professionals in IT and software development that help one another with answers to tough questions and share insights. Get the best answers to your questions from over network members.
Post your question now . . .
It's fast and it's free

Popular Articles