It turns out to get this application working under VBScript, I had to do two things.
- Run RegAsm.exe to register the DLLs.
- Run the C:\Windows\SysWOW64\cscript.exe to run my VBScript.
If these don’t work, check out the other answer here about enabling 32-bit applications in IIS.
Related Contents:
- Error ASP 0177: 8007007e CreateObject fails for COM DLL
- How do I register a DLL file on Windows 7 64-bit?
- How to copy DLL files into the same folder as the executable using CMake?
- Why do 64-bit DLLs go to System32 and 32-bit DLLs to SysWoW64 on 64-bit Windows?
- Load 32bit DLL library in 64bit application
- DLL and LIB files – what and why?
- Registration-free COM/DLL?
- Using Windows DLL from Linux
- How to call C# DLL function from VBScript
- DLL search on windows
- How do I find out which dlls an executable will load?
- Register 32 bit COM DLL to 64 bit Windows 7
- The name ‘ViewBag’ does not exist in the current context
- Can I use a .NET 4.0 library in a .NET 2.0 application?
- How to build a DLL version of libjpeg 9b?
- Using DLLs in VBScript
- Is there any native DLL export functions viewer? [duplicate]
- I keep hearing about DLL hell – what is this? [closed]
- Exporting functions from a DLL with dllexport
- Run Excel Macro from Outside Excel Using VBScript From Command Line
- How to make a .lib file when have a .dll file and a header file
- How do I determine the dependencies of a .NET application?
- About using Double quotes in Vbscript
- How can I test a Windows DLL file to determine if it is 32 bit or 64 bit? [duplicate]
- How to generate an import library (LIB-file) from a DLL?
- Win32 API to enumerate dll export functions?
- How do I set the version information for an existing .exe, .dll?
- How do I run a VBScript in 32-bit mode on a 64-bit machine?
- Creating a thread in DllMain?
- Sharing a global/static variable between a process and DLL
- How can I post data using cURL in asp classic?
- Generating DLL assembly dynamically at run time
- A Simple C# DLL – how do I call it from Excel, Access, VBA, VB6?
- Running Microsoft Access as a Scheduled Task
- Cannot import Tensorflow for GPU on Windows 10
- AllocConsole() not displaying cout
- Using C# dll in C++ code
- How do I use a third-party DLL file in Visual Studio C++?
- How to get current user who’s accessing an ASP.NET application?
- Run Command Line & Command From VBS
- Lists in VBScript
- C# DllImport with C++ boolean function not returning correctly
- How to use excel built-in constant in VBS [duplicate]
- Compile C#.net dll for VB6
- DLL References in Visual C++
- How to compile a Python package to a dll
- What does Error-code 0xc0000135 (or -1073741515 Exit-code) mean when starting a Windows app?
- Memory allocation and deallocation across dll boundaries
- How to use GetObject in VBScript
- Excel VBA, Can’t Find DLL Entry Point from a DLL file