The following operation can be solved. (Old questions, old answers, new articles)
Active Server Pages returns VBScript runtime error “800A01ad”
Using CreateObject to create COM components in Active Server Pages (ASP) may cause the following errors:
This error usually occurs when a dynamic link library (DLL) that a COM object depends on occurs in one of the following situations:
Could not be found in system Not in system path system inaccessible due to security Settings
Solutions:
re-register adodb. Stream component
example: the system disabled adodb. Stream
in ASP Server.CreateObject (” adodb. Stream”) will report an error. Regsvr32 “C:/Program Files/Common Files/System/ado/msado15. DLL”; Re-register and start FSO:
in the start-run: regsvr32 scrrun.dll, after the registration is successful, restart FSO.
start FSO: regsvr32 scrrun.dll
close FSO: regsvr32 /u scrrun.dll
after the first two steps successful, you can not restart IIS, but suggested to restart, the effect will be more.
Read More:
- Unable to find VBScript script engine or error 2738, could not access VBScript runtime
- Microsoft Visual C++ Runtime library not enough space for thread data
- Microsoft JScript runtime error: ‘sys’ is undefined
- Microsoft JScript runtime error:Object expected
- Information contained in Debug Assertion Failed of Microsoft Visual C++ Runtime Library
- Error 2738. Could not access VBScript run time for custom action.
- Error: Microsoft Visual C + + 14.0 is required to get it with Microsoft V + + comp
- Experience of using on error resume next in VBScript
- Microsoft Visual C++ 14.0 or greater is required. Get it with “Microsoft C++ Build Tools“
- Error: Microsoft Visual C + + 14.0 is required. Get it with “Microsoft Visual C + + build tools” problem
- Error: Microsoft Visual C + + 14.0 is required. Get it with “Microsoft Visual C”++
- To solve the problem of C # calling excel interface error, prompt: the COM object of Microsoft. Office. Interop. Excel. Applicationclass is forcibly converted to the interface type “Microsoft. Offi”
- The docker runtime container reported an error: error response from daemon: OCI runtime create failed
- Microsoft OLE DB Provider for SQL Server error & #x27;80040e4d & #x27;
- Microsoft Store install Ubuntu
- Microsoft.CppCommon.targets (132,5): how to solve error msb3073?
- How to Disable Protected View in Microsoft Excel
- Microsoft fix 50688 [Windows 7 event ID10, WMI error resolution
- PIP installation error: Microsoft Visual C + + 14.0 is required perfect solution
- error: Microsoft Visual C++ 9.0 is required