Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

version 0.2.0 produces error #236

Closed
ccfrank opened this issue Nov 13, 2012 · 5 comments
Closed

version 0.2.0 produces error #236

ccfrank opened this issue Nov 13, 2012 · 5 comments

Comments

@ccfrank
Copy link

ccfrank commented Nov 13, 2012

I had previous version of IIS node installed on my server.
Trying to upgrade to version 0.2.0

Here's what i did

  • installed VC 2012 redistro
  • uninstall Node.js
  • reinstalled latest version of node.js
  • install iisnode 2.0 x64 (with WOW=1 option)

After the installation, IIS ceased to function. Here's what's recorded in the application event log

"The Module DLL C:\Program Files (x86)\iisnode\iisnode.dll failed to load. The data is the error."

@tjanczuk
Copy link
Owner

Is this Windows Server 2008? If so, this may be a duplicate of #231

@ccfrank
Copy link
Author

ccfrank commented Nov 13, 2012

Windows 2012. I'll check the dependency now and post update later.

@ccfrank
Copy link
Author

ccfrank commented Nov 13, 2012

Dependency walker shows

msvcr110.dll
ieshims.dll
mfplat.dll
wlanapi.dll

are missing.

Note that i have VC 012 X64 installed (not the x86).

@tjanczuk
Copy link
Owner

I just noticed you installed iisnode with WOW=1. In that case you need to install VC++ 2012 Redist x86, not x64.

@ccfrank
Copy link
Author

ccfrank commented Nov 14, 2012

Installed VC++ X86. IIS works now. This wasn't the behavior in the last version; may be it should be included in the doc.

@ccfrank ccfrank closed this as completed Nov 14, 2012
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants