Superdopey’s Techblog

is not a valid Win32 application

| 0 comments

Als je op een 64 bit systeem IIS draait kan het voorkomen dat je de volgende melding te zien krijgt:

“is not a valid Win32 application. (Exception from HRESULT: 0x800700C1)”

Dit komt omdat de Application Pool die wordt gebruikt voor de website nog geen 32 bit applications toe staat. Dit kan je als volgt enablen:

Enable IIS 7 to run 32-bit applications

  1. Go to Administrative Tools, Internet Information Services (IIS) Manager

  2. Right-click on the application pool

  3. Select Advanced Settings

  4. Set ‘Enable 32-bit applications’ to True

  5. Click OK

  6. Restart the  application pool

Leave a Reply

Required fields are marked *.

*