Hi, first of all thanks for the upgrade guide.
However, I have a problem with the manual upgrade:
First I got an error because my DynamicSqlDataProvider.config was read-only. (My fault, it is under source control and I forgot to check it out first).
After I made it writable, this message occurs when starting the site:
However, I have a problem with the manual upgrade:
First I got an error because my DynamicSqlDataProvider.config was read-only. (My fault, it is under source control and I forgot to check it out first).
After I made it writable, this message occurs when starting the site:
Database already contains a table named Composite_Data_Types_ICustomFunctionCallEditorMappingStack Trace:
[InvalidOperationException: Database already contains a table named Composite_Data_Types_ICustomFunctionCallEditorMapping]
Composite.Plugins.Data.DataProviders.MSSqlServerDataProvider.Foundation.SqlDataProviderStoreManipulator.CreateStore(DataTypeDescriptor typeDescriptor, DataScopeIdentifier dataScope, CultureInfo cultureInfo) +336
Composite.Plugins.Data.DataProviders.MSSqlServerDataProvider.Foundation.SqlDataProviderStoreManipulator.CreateStoresForType(DataTypeDescriptor typeDescriptor) +219
Composite.Plugins.Data.DataProviders.MSSqlServerDataProvider.SqlDataProvider.CreateStore(DataTypeDescriptor dataTypeDescriptor) +217
Composite.Data.Foundation.PluginFacades.DataProviderPluginFacade.CreateStore(String providerName, DataTypeDescriptor typeDescriptor) +179
Composite.Data.Foundation.DataStoreExistenceVerifierImpl.EnsureDataStores() +247
[InvalidOperationException: Creating 'Composite.Data.Types.ICustomFunctionCallEditorMapping' store failed]
Composite.Data.Foundation.DataStoreExistenceVerifierImpl.EnsureDataStores() +409
Composite.Data.Foundation.DataStoreExistenceVerifier.EnsureDataStores() +80
Composite.GlobalInitializerFacade.DoInitialize() +717
Composite.GlobalInitializerFacade.InitializeTheSystem() +794
Composite.GlobalInitializerFacade.get_CoreIsInitializedScope() +28
Composite.Data.Foundation.DataProviderRegistry.get_AllInterfaces() +48
Composite.Data.DataFacadeImpl.GetData(Boolean useCaching, IEnumerable`1 providerNames) +120
Composite.Data.DataFacade.GetData(Boolean useCaching, IEnumerable`1 providerNames) +113
Composite.Data.DataFacade.GetData() +80
Composite.Core.Routing.HostnameBindingsFacade.Initialize() +121
Composite.Core.WebClient.ApplicationLevelEventHandlers.ApplicationStartInitialize(Boolean displayDebugInfo) +273
Composite.Core.WebClient.ApplicationLevelEventHandlers.Application_Start(Object sender, EventArgs e) +688
ASP.global_asax.Application_Start(Object sender, EventArgs e) in c:\Projekte\Symplasson\SymWeb C1\Website\Global.asax:13
[HttpException (0x80004005): Creating 'Composite.Data.Types.ICustomFunctionCallEditorMapping' store failed]
System.Web.HttpApplicationFactory.EnsureAppStartCalledForIntegratedMode(HttpContext context, HttpApplication app) +9935033
System.Web.HttpApplication.RegisterEventSubscriptionsWithIIS(IntPtr appContext, HttpContext context, MethodInfo[] handlers) +118
System.Web.HttpApplication.InitSpecial(HttpApplicationState state, MethodInfo[] handlers, IntPtr appContext, HttpContext context) +172
System.Web.HttpApplicationFactory.GetSpecialApplicationInstance(IntPtr appContext, HttpContext context) +336
System.Web.Hosting.PipelineRuntime.InitializeApplication(IntPtr appContext) +296
[HttpException (0x80004005): Creating 'Composite.Data.Types.ICustomFunctionCallEditorMapping' store failed]
System.Web.HttpRuntime.FirstRequestInit(HttpContext context) +9913572
System.Web.HttpRuntime.EnsureFirstRequestInit(HttpContext context) +101
System.Web.HttpRuntime.ProcessRequestNotificationPrivate(IIS7WorkerRequest wr, HttpContext context) +254
Any help would be appreciated.