Error Trying to Run ADO When ASP Installed w/ SQL Server RunningLast reviewed: October 30, 1997Article ID: Q170864 |
The information in this article applies to:
SYMPTOMSWhen you try to run any of the Active Data Object (ADO) examples that are included with the Microsoft Active Server Pages (ASP) roadmap, you will get the following error messages:
Server object error 'ASP 0177:800401f3' Server.CreateObject Failedand
The call to Server.CreateObject failed. The requested object instance cannot be created. CAUSEYou have Microsoft SQL Server installed on this server, and the SQL Server services are running when you installed Active Server Pages. The ADO Dlls were not registered due to SQL Server services that were running.
RESOLUTIONUninstall Active Server Pages by selecting Start, Programs, Microsoft Internet Server (common), and clicking Active Server Pages Uninstall. Stop all SQL services from Control Panel, Services. Install Active Server Pages. The ADO Dlls should be registered correctly. Test by running some of the ADO samples in the ASP roadmap. They should work. From Control Panel, Services start all the SQL Server services.
Keywords : iisgeneral kbsetup Version : Winnt:3.0 Platform : winnt Hardware : ALPHA x86 |
================================================================================
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |