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

SqlCE is broken in azure #1835

Open orchardbot opened 13 years ago

orchardbot commented 13 years ago

@andrerod created: https://orchard.codeplex.com/workitem/18008

Although this is not really supported it should at least install or give a proper error. Right now even the dlls dont get copied properly and the setup yields: InnerException: System.Data.SqlServerCe.SqlCeException Message=Unable to load the native components of SQL Server Compact corresponding to the ADO.NET provider of version 8482. Install the correct version of SQL Server Compact. Refer to KB article 974247 for more details. Source="" ErrorCode=-2147467259 HResult=-1 NativeError=-1 StackTrace: at System.Data.SqlServerCe.NativeMethods.LoadNativeBinaries() at System.Data.SqlServerCe.SqlCeEngine..ctor() InnerException:

orchardbot commented 13 years ago

@sebastienros commented:

NB: this is in MQ (Dev), not default

orchardbot commented 13 years ago

@bleroy commented:

Regression.