I've created a simple ASP page with a grid control to display one table. With a data connection and recordet object, it works fine. When I add a data command object, I receive the message:
Server object Error 'ASP 0177:800401f3'
Server.CreateObject Failed
Global.asa, line 44
Invalid Class String
This line contains the code:
Set DE = Server.CreateObject("DERuntime.DERuntime"
My quess is that this refers to a missing DLL, but I have installed the IIS Resource Kit per the Microsoft KB, but still no luck.
When I tried to open the page this morning, I received this message:
Active Server Pages error 'ASP 0223'
TypeLib Not Found
/Extensions/global.asa, line 5
METADATA tag contains a Type Library specification that does not match any Registry entry
Which is for this line:
<!--METADATA TYPE="TypeLib" NAME="Microsoft Data Environment 1.0 (SP4)" UUID="{C0E45030-5775-11D0-B388-00A0C9055D8E}" VERSION="1.0"-->
Can someone point me in the right direction? [sig]<p>Randy Carr<br><a href=mailto:randy.carr@carteretcraven.ncemcs.com>randy.carr@carteretcraven.ncemcs.com</a><br>[/sig]
Server object Error 'ASP 0177:800401f3'
Server.CreateObject Failed
Global.asa, line 44
Invalid Class String
This line contains the code:
Set DE = Server.CreateObject("DERuntime.DERuntime"
My quess is that this refers to a missing DLL, but I have installed the IIS Resource Kit per the Microsoft KB, but still no luck.
When I tried to open the page this morning, I received this message:
Active Server Pages error 'ASP 0223'
TypeLib Not Found
/Extensions/global.asa, line 5
METADATA tag contains a Type Library specification that does not match any Registry entry
Which is for this line:
<!--METADATA TYPE="TypeLib" NAME="Microsoft Data Environment 1.0 (SP4)" UUID="{C0E45030-5775-11D0-B388-00A0C9055D8E}" VERSION="1.0"-->
Can someone point me in the right direction? [sig]<p>Randy Carr<br><a href=mailto:randy.carr@carteretcraven.ncemcs.com>randy.carr@carteretcraven.ncemcs.com</a><br>[/sig]