Occur Error: %1 is not a valid Win32 application · Issue #752 · oracle/node-oracledb (original) (raw)
Navigation Menu
- Explore
- Pricing
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Appearance settings
Description
Environment & Settings
- Windows 10 Pro x64
- Node.js v7.10.0 x64
- Oracle InstantClient 12.1 x64
Console Message
D:\Projects\heartseaseTest>node entry.js
D:\Projects\heartseaseTest\node_modules\oracledb\lib\oracledb.js:38
throw err;
^
Error: %1 is not a valid Win32 application.
\\?\D:\Projects\heartseaseTest\node_modules\oracledb\build\Release\oracledb.node
at Object.Module._extensions..node (module.js:598:18)
at Module.load (module.js:488:32)
at tryModuleLoad (module.js:447:12)
at Function.Module._load (module.js:439:3)
at Module.require (module.js:498:17)
at require (internal/module.js:20:19)
at Object.<anonymous> (D:\Projects\heartseaseTest\node_modules\oracledb\lib\oracledb.js:35:19)
at Module._compile (module.js:571:32)
at Object.Module._extensions..js (module.js:580:10)
at Module.load (module.js:488:32)
I also read the issue 35 & issue 179, but my settings and project did not have same problem, the error still existed.
I want to ask what should I do in next step?
Hope and thanks for your help.