Unfortunately it doesn't help.
Now I have the following error:
Now I have the following error:
Failed building: DynamicSqlDataProvider : compiling missing classes
Compile error: CS0535(17510): 'CompositeGenerated.DynamicSqlDataProvider.Aurigma_SeoPageInfoEntityBase' does not implement interface member 'Composite.Data.Types.IVersioned.VersionId'
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.InvalidOperationException: Failed building: DynamicSqlDataProvider : compiling missing classes
Compile error: CS0535(17510): 'CompositeGenerated.DynamicSqlDataProvider.MyCompany_SeoPageInfoEntityBase' does not implement interface member 'Composite.Data.Types.IVersioned.VersionId'
Source Error:
Line 11: ApplicationLevelEventHandlers.LogApplicationLevelErrors = false;
Line 12:
Line 13: ApplicationLevelEventHandlers.Application_Start(sender, e);
Line 14:
Line 15: RegisterRoutes(RouteTable.Routes);
Source File: C:\Web\global.asax Line: 13
Stack Trace:
[InvalidOperationException: Failed building: DynamicSqlDataProvider : compiling missing classes
Compile error: CS0535(17510): 'CompositeGenerated.DynamicSqlDataProvider.MyCompany_SeoPageInfoEntityBase' does not implement interface member 'Composite.Data.Types.IVersioned.VersionId'
]
Composite.Core.Types.CodeGenerationManager.CompileRuntimeTempTypes(CodeGenerationBuilder codeGenerationBuilder, Boolean verbose) +2381
Composite.Plugins.Data.DataProviders.MSSqlServerDataProvider.SqlDataProvider.InitializeExistingStores() +1154
Composite.Data.Foundation.PluginFacades.DataProviderPluginFacade.GetDataProvider(String providerName) +296
Composite.Data.Foundation.PluginFacades.DataProviderPluginFacade.GetSupportedInterfaces(String providerName) +106
Composite.Data.Foundation.DataProviderRegistryImpl.BuildDictionaries() +141
Composite.Data.Foundation.DataProviderRegistryImpl.InitializeDataTypes() +396
Composite.GlobalInitializerFacade.DoInitialize() +184
Composite.GlobalInitializerFacade.InitializeTheSystem() +736
Composite.Data.Foundation.DataProviderRegistry.get_AllInterfaces() +27
Composite.Data.DataFacadeImpl.GetData(Boolean useCaching, IEnumerable`1 providerNames) +69
Composite.Core.Routing.HostnameBindingsFacade.Initialize() +128
Composite.Core.WebClient.ApplicationLevelEventHandlers.ApplicationStartInitialize(Boolean displayDebugInfo) +283
Composite.Core.WebClient.ApplicationLevelEventHandlers.Application_Start(Object sender, EventArgs e) +269
ASP.global_asax.Application_Start(Object sender, EventArgs e) in S:\Git\WebSite\Web\global.asax:13
[HttpException (0x80004005): Failed building: DynamicSqlDataProvider : compiling missing classes
Compile error: CS0535(17510): 'CompositeGenerated.DynamicSqlDataProvider.MyCompany_SeoPageInfoEntityBase' does not implement interface member 'Composite.Data.Types.IVersioned.VersionId'
]
System.Web.HttpApplicationFactory.EnsureAppStartCalledForIntegratedMode(HttpContext context, HttpApplication app) +544
System.Web.HttpApplication.RegisterEventSubscriptionsWithIIS(IntPtr appContext, HttpContext context, MethodInfo[] handlers) +186
System.Web.HttpApplication.InitSpecial(HttpApplicationState state, MethodInfo[] handlers, IntPtr appContext, HttpContext context) +172
System.Web.HttpApplicationFactory.GetSpecialApplicationInstance(IntPtr appContext, HttpContext context) +402
System.Web.Hosting.PipelineRuntime.InitializeApplication(IntPtr appContext) +343
[HttpException (0x80004005): Failed building: DynamicSqlDataProvider : compiling missing classes
Compile error: CS0535(17510): 'CompositeGenerated.DynamicSqlDataProvider.MyCompany_SeoPageInfoEntityBase' does not implement interface member 'Composite.Data.Types.IVersioned.VersionId'
]
System.Web.HttpRuntime.FirstRequestInit(HttpContext context) +579
System.Web.HttpRuntime.EnsureFirstRequestInit(HttpContext context) +112
System.Web.HttpRuntime.ProcessRequestNotificationPrivate(IIS7WorkerRequest wr, HttpContext context) +716