Thank you for this.
I am running an instance using the Sqlprovider.
I followed the above instructions, and when I restarted the website I received the following error:
Any ideas on what this may be?
Thanks
I am running an instance using the Sqlprovider.
I followed the above instructions, and when I restarted the website I received the following error:
[SqlException (0x80131904): Invalid column name 'CultureName'.]
System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) +392
System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) +815
System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) +4515
System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() +61
System.Data.SqlClient.SqlDataReader.get_MetaData() +138
System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString) +6738869
System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, SqlDataReader ds) +6741487
System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean asyncWrite) +586
System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) +107
System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) +288
System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) +180
System.Data.Linq.SqlClient.SqlProvider.Execute(Expression query, QueryInfo queryInfo, IObjectReaderFactory factory, Object[] parentArgs, Object[] userArgs, ICompiledSubQuery[] subQueries, Object lastResult) +968
System.Data.Linq.SqlClient.SqlProvider.ExecuteAll(Expression query, QueryInfo[] queryInfos, IObjectReaderFactory factory, Object[] userArguments, ICompiledSubQuery[] subQueries) +188
System.Data.Linq.SqlClient.SqlProvider.System.Data.Linq.Provider.IProvider.Execute(Expression query) +500
System.Data.Linq.Table`1.System.Linq.IQueryProvider.Execute(Expression expression) +42
Composite.Data.Foundation.DataFacadeQueryable`1.Execute(Expression expression) +311
System.Linq.Queryable.FirstOrDefault(IQueryable`1 source) +330
Composite.Data.PageManager.GetPageById(Guid id, Boolean readonlyValue) +885
Composite.Data.PageManager.GetPageById(Guid id) +64
Composite.Plugins.Routing.Pages.<GetChildPages>d__23.MoveNext() +373
System.Linq.Enumerable.FirstOrDefault(IEnumerable`1 source, Func`2 predicate) +215
Composite.Plugins.Routing.Pages.DefaultPageUrlProvider.TryGetPageByUrlTitlePath(String pagePath, Boolean pathInfoExtracted, IHostnameBinding hostnameBinding, String& pathInfo) +2626
Composite.Plugins.Routing.Pages.DefaultPageUrlProvider.ParsePagePath(String pagePath, PublicationScope publicationScope, CultureInfo locale, IHostnameBinding hostnameBinding) +815
Composite.Plugins.Routing.Pages.DefaultPageUrlProvider.ParseUrl(String relativeUrl, UrlSpace urlSpace, UrlKind& urlKind) +990
Composite.Plugins.Routing.Pages.DefaultPageUrlProvider.ParseUrl(String absoluteUrl, UrlKind& urlKind) +885
Composite.Core.Routing.Pages.C1PageRoute.GetRouteData(HttpContextBase context) +520
System.Web.Routing.RouteCollection.GetRouteData(HttpContextBase httpContext) +251
System.Web.Routing.UrlRoutingModule.PostResolveRequestCache(HttpContextBase context) +79
System.Web.SyncEventExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +80
System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +165
I used reflected the new 4.2 Composite.dll to check if perhaps a 'CultureName' property/column had been added to the IPage type, but I couldn't see anything of the sort on it or it's localization interfaces.Any ideas on what this may be?
Thanks