Author |
Topic |
|
Moose
Starting Member
15 Posts |
Posted - 19 August 2002 : 12:02:11
|
Getting the following error. Any ideas?
Thanks
Active Server Pages error 'ASP 0223'
TypeLib Not Found
config.asp, line 1
METADATA tag contains a Type Library specification that does not match any Registry entry.
|
|
RichardKinser
Snitz Forums Admin
USA
16655 Posts |
Posted - 19 August 2002 : 12:09:42
|
What type of server is the forum hosted on? |
|
|
Moose
Starting Member
15 Posts |
Posted - 19 August 2002 : 12:16:03
|
quote: Originally posted by RichardKinser
What type of server is the forum hosted on?
I believe it is a Win2K server. The previous version of the forums had been running fine.
I tell a lie - it's actually an NT4 server. |
Edited by - Moose on 19 August 2002 12:21:01 |
|
|
bjlt
Senior Member
1144 Posts |
Posted - 19 August 2002 : 12:27:24
|
got the same with pws Chinese version. |
|
|
RichardKinser
Snitz Forums Admin
USA
16655 Posts |
Posted - 19 August 2002 : 12:27:46
|
Is it your own server, or do you use a host? If it's your own server, you could try updating the MDAC to the latest version.
if you are hosted somewhere, you could try changing line #1 on config.asp to this:
<!--METADATA TYPE="TypeLib" uuid={00000200-0000-0010-8000-00AA006D2EA4} --> |
|
|
Moose
Starting Member
15 Posts |
Posted - 19 August 2002 : 12:28:34
|
quote: Originally posted by RichardKinser
Is it your own server, or do you use a host? If it's your own server, you could try updating the MDAC to the latest version.
No it is a hosted server. Do I need to ask them to update the MDAC? |
|
|
RichardKinser
Snitz Forums Admin
USA
16655 Posts |
Posted - 19 August 2002 : 12:29:41
|
see above, or yes, you could ask them to update the MDAC on their server. |
|
|
Moose
Starting Member
15 Posts |
Posted - 19 August 2002 : 12:34:34
|
quote: Originally posted by RichardKinser
see above, or yes, you could ask them to update the MDAC on their server.
The change to config.asp worked a treat. You are a scholar and a gentleman.
Thanks |
|
|
RichardKinser
Snitz Forums Admin
USA
16655 Posts |
Posted - 19 August 2002 : 12:36:20
|
you're welcome
bjlt, could you try changing that line and see if it fixes your problem as well. |
|
|
ruirib
Snitz Forums Admin
Portugal
26364 Posts |
Posted - 19 August 2002 : 12:39:06
|
A quick replacement is the use of a adovbs.inc file.
You can find adovbs.txt here.
Just download it, save it as adovbs.inc and include it in config.asp, replacing this one:
<!--METADATA TYPE="typelib" UUID="00000205-0000-0010-8000-00AA006D2EA4" NAME="ADODB Type Library" -->
by
<!--#INCLUDE FILE="adovbs.inc"-->
|
Snitz 3.4 Readme | Like the support? Support Snitz too |
|
|
RichardKinser
Snitz Forums Admin
USA
16655 Posts |
Posted - 19 August 2002 : 12:43:02
|
true, but I am looking for a fix that will work for everyone.
does including adovbs.inc cause errors if a typelib is already loaded in a global.asa file? I'm guessing it would. |
|
|
ruirib
Snitz Forums Admin
Portugal
26364 Posts |
Posted - 19 August 2002 : 12:47:16
|
quote: Originally posted by RichardKinser
true, but I am looking for a fix that will work for everyone.
does including adovbs.inc cause errors if a typelib is already loaded in a global.asa file? I'm guessing it would.
I can try that and let ya know. I use the include on my own site. Anyway, the include does bring a bit of overhead, so maybe it could be used in case the other option didn't work?
I'll test the include and the use of the typelib in global.asa and let ya know. |
Snitz 3.4 Readme | Like the support? Support Snitz too |
|
|
ruirib
Snitz Forums Admin
Portugal
26364 Posts |
|
bjlt
Senior Member
1144 Posts |
Posted - 19 August 2002 : 12:55:54
|
quote: Originally posted by RichardKinser
you're welcome
bjlt, could you try changing that line and see if it fixes your problem as well.
Yes, it works now.
What's the difference£¿Do I need to change it on my iis5 hosted sites? or does it have anything to do with languanges?
Thanks. |
|
|
bjlt
Senior Member
1144 Posts |
Posted - 19 August 2002 : 12:59:06
|
btw, what daes the metadata do? it seems without it some pages won't load. |
|
|
RichardKinser
Snitz Forums Admin
USA
16655 Posts |
Posted - 19 August 2002 : 13:05:08
|
It allows us to use:
rsMod.open strSql, my_Conn, adOpenForwardOnly, adLockReadOnly, adCmdText
instead of:
rsMod.open strSql, my_Conn, 0, 1, &H0001
more about it in this thread:
http://forum.snitz.com/forum/topic.asp?TOPIC_ID=32042
The difference in the one that was included in v3.4, and the one I posted above is just a different version. I believe the one I posted is for v2.0 and the one included in the forum was v2.5. |
|
|
|
Topic |
|