1
Vote

'enable32BitAppOnWin64' is not a valid attribute of the deployment object 'createApp'

description

I am trying to import the Orchard package build with clicktobuild.cmd using the deploy menu item through IIS Manager.

After the wizard displays the steps in the installation, I receive the following error: 'enable32BitAppOnWin64' is not a valid attribute of the deployment object 'createApp'.

The problem was already discussed at http://orchard.codeplex.com/discussions/243011/ and changing the manifest.xml to

<iisapp path="Orchard" managedRuntimeVersion="v4.0" enable32BitAppOnWin64="False" managedPipelineMode="Integrated" />

solves the problem.

comments

sebastienros wrote Aug 21, 2012 at 10:06 PM

Fixed in changeset 732db5ec5d16

sebastienros wrote Oct 31, 2012 at 12:20 AM

The change broke the deployment on Azure gallery, so I am reverting it for the moment for vNExt

sebastienros wrote Oct 31, 2012 at 12:21 AM

Maybe putting the enable32BitAppOnWin64 to true could fix both platforms

sebastienros wrote Nov 6, 2012 at 8:08 PM

Can you check if the suggested fix is working

IntranetFactory wrote Nov 6, 2012 at 8:54 PM

I'm not sure if this can be a solution at all - from my understanding switching enable32BitAppOnWin64 on means that apppool / Orchard will not run as a 64 bit application but with just 32 bit. Do we want this? Is everything tested with just 32 bit?