PassMark Logo
Home » Forum

Announcement

Collapse
No announcement yet.

library not found - asp version

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • library not found - asp version

    hi

    when I run the search query on my server I get this error

    error '8002801d'

    Library not registered.

    /zoom/search.asp, line 1502

    could you tell me what library is missing please / registered

    thanks!

  • #2
    See this FAQ
    VBScript error "8002801d - Library not registered"

    Comment


    • #3
      hiya

      yep I looked at that faq, my version of vbscript and mdac is fine

      the line of code in search.asp that it is telling me therror is on is

      'Initialise regular expression object
      Dim regExp
      set regExp = New RegExp
      regExp.Global = True
      if (ToLowerSearchWords = 0) then
      regExp.IgnoreCase = False
      else
      regExp.IgnoreCase = True
      end if

      does that make any sense? I was expecting something like a server.CreateObject

      cheers

      Comment


      • #4
        What O/S are you running on? What version of CBScript are you running? I assume you are not using the now defunct "Sun Java System Active Server Pages" (also
        know as Chilisoft ASP)?

        Did you check for a permissions issue with the RegExp object's TypeLib key (as per the FAQ above)?

        See also this old forum posts.
        http://www.wrensoft.com/forum/showthread.php?t=38
        And this MS knowledge base article suggesting you re-register the file VBScript.dll, to resolve regexp issues.
        http://msdn.microsoft.com/en-us/libr...21(CS.10).aspx

        Comment

        Working...
        X