Categories: MSDN / DotNet / Java / Scripts / Linux / PHP Ask - La ask - La Answer

Microsoft VBScript Runtime Error 800a000d HELP!

First of all let me get this out in the open. I do not know much about .ASP! :WAVE: I have been asked to research a problem. We have an internal search page that is not functioning. When trying to search, this is what I get:

Microsoft VBScript runtime error '800a000d'

Type mismatch: 'URLEncode'

/hpdquery.asp, line 308

When I go to line 308 in the script, this is what I see:

WebHitsQuery = "CiWebHitsFile=" & Server.URLEncode( RS ("vpath") )

If I need to present more info, please let me know. Any help would be greatly appreciated!!
[618 byte] By [natek81] at [2007-11-11 7:24:04]
# 1 Re: Microsoft VBScript Runtime Error 800a000d HELP!
http://www.15seconds.com/faq/Errors/475.htm
http://www.computerperformance.co.uk/Logon/code/code_800A000D.htm

for a known issue on msdn if your environment is the same as the one in the article below try this
http://support.microsoft.com/default.aspx?scid=kb;EN-US;219160
srinivas_s at 2007-11-11 23:13:52 >