Application Pool Stopping on IIS7

1

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

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

In the windows log the following error appears:

  

Modules DLL 'C: \ Zoo \ NativeModule \ HeliconZoo_x64.dll' could not be   loaded due to a configuration problem. The current setting   only supports loading images created for   an AMD64 processor architecture

How can I resolve this or what is the cause of this?

  

HTTP Error 503. The service is unavailable.

    
asked by anonymous 11.02.2016 / 14:43

1 answer

1

Your image has the answer to your problem:

  

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

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

    
11.02.2016 / 14:58