Application Pool stopping at IIS7

Asked

Viewed 1,840 times

1

I installed Redmine in IIS 7 in Windows 7 + Mysql, but whenever I try to access the local URL the page appears with error 503, I found that this is happening because the Application Pool is stopping in the middle of page request.

The Installation was made through the Web Platform Installer of IIS and for that I had to reference the application feed of Helicon that seems to be the only one that makes Redmine appear in the Web Platform Installer, in this link Helicon Zoo installation

In windows log the following error appears:

A DLL from 'C: Zoo Nativemodule Heliconzoo_x64.dll' might not be loaded due to a configuration problem. The current configuration supports only uploading images created for an AMD64 processor architecture

How can I fix it or what’s causing it?

HTTP Error 503. The service is unavailable.

Log Windows

IIS

  • 1

    Some critical error on startup of the application. Check the Windows Log to know what really happened.

  • I’ll edit the question to make it clearer.

1 answer

1

Your image has the answer to your problem:

A DLL of C modules:[ilegivel] Can not be loaded (...) AMD64 processor architecture.

You are trying to load a compiled Assembly to another type of processor.

  • This information is not available on the Helicon page, I thought it was a package for any architecture, there is a way to solve this or some other link that has an app feed that brings Redmine to the IIS Web Installer?

  • @Pauloroberto Unfortunately I do not know the Webmine to give a conclusive answer. =/

Browser other questions tagged

You are not signed in. Login or sign up in order to post.