473,385 Members | 2,029 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,385 software developers and data experts.

0x8002801D "Library not registered" error creating RegExp object

On Windows 2000
Inetinfo.exe verson 4.02.0622
GetScriptEngineInfo= VBScript Version 5.6.8515
In an ASP page I get the following error

Error Type:
(0x8002801D)
Library not registered.
/ResolutionT1/_ScriptLibrary/libraryvbs.inc, line 240

The line is:
Set objRegExp = New regexp

I've referredto KB274038 which discusses Registry permissions.
I've given Everyone and Authenticated users full control for the
VBScript.RegExp CLSID and TypeLib.{3F4DACA7-160D-11D2-A8E9-00104B365C9F}
I've viewed registry activity with Regmon, but the onlr ACCDENIED I see is for HKCU at the top level, which I've also given full permissions to.

I have no idea how to deal with this.

The accesses to the registry key for the VBScript.RegExp read as follows in RegMon.

1658.09668014 DLLHOST.EXE:1740 OpenKey HKCU\TypeLib\{3F4DACA7-160D-11D2-A8E9-00104B365C9F} NOTFOUND
1658.09677400 DLLHOST.EXE:1740 OpenKey HKCR\TypeLib\{3F4DACA7-160D-11D2-A8E9-00104B365C9F} SUCCESS Key: 0xE23AB280
1658.09683519 DLLHOST.EXE:1740 QueryKey HKCR\TypeLib\{3F4DACA7-160D-11D2-A8E9-00104B365C9F} SUCCESS Name: \REGISTRY\MACHINE\SOFTWARE\CLASSES\TypeLib\{3F4DAC A7-160D-11D2-A8E9-00104B365C9F}
1658.09693995 DLLHOST.EXE:1740 OpenKey HKCU\TypeLib\{3F4DACA7-160D-11D2-A8E9-00104B365C9F}\5.5 NOTFOUND
1658.09699778 DLLHOST.EXE:1740 OpenKey HKCR\TypeLib\{3F4DACA7-160D-11D2-A8E9-00104B365C9F}\5.5 NOTFOUND
1658.09706734 DLLHOST.EXE:1740 QueryKey HKCR\TypeLib\{3F4DACA7-160D-11D2-A8E9-00104B365C9F} SUCCESS Name: \REGISTRY\MACHINE\SOFTWARE\CLASSES\TypeLib\{3F4DAC A7-160D-11D2-A8E9-00104B365C9F}
1658.09717378 DLLHOST.EXE:1740 OpenKey HKCU\TypeLib\{3F4DACA7-160D-11D2-A8E9-00104B365C9F} NOTFOUND
1658.09722239 DLLHOST.EXE:1740 EnumerateKey HKCR\TypeLib\{3F4DACA7-160D-11D2-A8E9-00104B365C9F} SUCCESS Name: 1.0
1658.09726429 DLLHOST.EXE:1740 EnumerateKey HKCR\TypeLib\{3F4DACA7-160D-11D2-A8E9-00104B365C9F} NOMORE
1658.09734726 DLLHOST.EXE:1740 CloseKey HKCR\TypeLib\{3F4DACA7-160D-11D2-A8E9-00104B365C9F} SUCCESS Key: 0xE23AB280


Jul 19 '05 #1
0 3217

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
by: Craig Hillyard | last post by:
I'm having trouble after installing SUS Service pack 1 onto a webserver, the following is error is generated! Any suggestions anybody? HTTP 500.100 - Internal Server Error - ASP error...
3
by: Brian Fulford | last post by:
I am trying to deploy a web app with a deployment project since I am including Crystal Reports for .Net. I attached all the merge modules, etc but I am getting a build error when I try to build...
1
by: Luis | last post by:
I use CDO to send an email to users as part of a 'Reset Password' functionality I have on a intranet site. I use: METADATA TYPE="typelib" UUID="CD000000-8B95-11D1-82DB- 00C04FB1625D" NAME="CDO...
2
by: John J. Hughes II | last post by:
I am having the above error when I open an Excel spread sheet from C#. I have read that it's because I am currently not in en-US culture. Ok I can remove the error by switch back to en-US before...
1
by: compassSoftware | last post by:
I am trying to work on an application that uses a dll as a COM object. I am coming in late to this project to administer/update the application. I notice in the References that a particular...
0
by: Jeff K | last post by:
I have been searching and trying to figure out this issue for several days now but I can not find any answers. I have a windows service written in vb dotnet. This service is on a timer. It polls...
0
by: ritesh.singhal | last post by:
Hi, I am trying to do server side office automation. I have a word template which I am trying to populate with data from SQL server but when I try to generate the Word document I get following...
1
by: Digitek | last post by:
Hello, I have a big problem to print an html file directly to the printer. I use an "AxSHDocVw.AxWebBrowser" object. Briefly, this is my code: AxSHDocVw.AxWebBrowser myBrowser; .... //this set...
1
by: Paul W | last post by:
I attempted to find the solution and came close (http://blogs.msdn.com/robgruen/archive/2005/01/24/359660.aspx) but cannot go any further. I have an ASP.NET (2003/C#) app that calls a VB 6 DCOM on...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.