OrchardCMS / Orchard

Orchard is a free, open source, community-focused Content Management System built on the ASP.NET MVC platform.
https://orchardproject.net
BSD 3-Clause "New" or "Revised" License
2.37k stars 1.12k forks source link

Module not deploying correctly in Azure (SecuredSocketsLayer module) #2447

Open orchardbot opened 12 years ago

orchardbot commented 12 years ago

finlan created: https://orchard.codeplex.com/workitem/18620

I can reproduce the problem if I run the Azure solution locally.

This is the module> http://gallery.orchardproject.net/List/Modules/Orchard.Module.Contrib.SecuredSocketsLayer

It deploys and works correctly if I run the non-Azure solution (But I need it to work on Azure).

I have spent a couple of hours trying to resolve the problem.

If you put a breakpoint in Orchard.Data.MigrationDataMigrationManager in the method GetDataMigrations(), what you see is that the DataMigrations for the module are not being listed (and I believe they should be).

orchardbot commented 12 years ago

finlan commented:

One other comment. The code seems okay. If I copy all the classes into a new module that I created it works fine.