N
natabc23
Guest
Yes, I do this example but the application return an error "The configuration 'SampleModuleNoImpl_Config_RegHealthCheck' is not registered" when register a new module. So I researched and I found that I register the config with this code in Global.asax: protected void Application_Start(object sender, EventArgs e) { Bootstrapper.Initialized += new EventHandler (Bootstrapper_Initialized); } void Bootstrapper_Initialized(object sender, Telerik.Sitefinity.Data.ExecutedEventArgs e) { if (e.CommandName == "Bootstrapped") Config.RegisterSection (); } But this didn't work for me either
Continue reading...
Continue reading...