1

Closed

setup failed

description

Setup failed: An exception was thrown while invoking the constructor 'Void .ctor(Orchard.Environment.Configuration.ShellSettings, Orchard.Data.ISessionLocator, System.Collections.Generic.IEnumerable`1[Orchard.Data.Migration.Interpreters.ICommandInterpreter], Orchard.Data.ISessionFactoryHolder, Orchard.Reports.Services.IReportsCoordinator)' on type 'DefaultDataMigrationInterpreter'.
Closed May 30, 2012 at 8:07 PM by sebastienros
Please reopen when you have a repro

comments

BertrandLeRoy wrote May 17, 2012 at 7:06 AM

You'll have to provide a lot more details about your configuration, otherwise, this will be closed as "not repro"

Abramalin wrote Aug 16, 2012 at 9:52 PM

I had this problem and fixed it by simply checking permissions on the application pool and folder (IIS Setup).

If you are using IIS (I am not sure about VS Development Server) open up Internet Information Services, take a look in advanced settings for the application pool 'Identity' you are using for the Orchard.Web project, Mine is set to Network Service. Then right click your website (or virtual directory) and select Edit Permissions. Go to the security tab and check the same account you are using for the website has access to the folder. So for mine it was Network Service, I always add IUSER for good measure also. They will need modify access on the folder.