Closed karthik25 closed 10 years ago
Setup does not start during first run - due to the addition of custom razor view engine in global.asax.cs
private void SetupViewEngines() { var settings = InstanceFactory.CreateSettingsInstance(); ViewEngines.Engines.Clear(); ViewEngines.Engines.Add(new CustomRazorViewEngine(settings.BlogTheme)); <--- error, load the default view engine if BlogTheme is null }
Fixed! -- https://github.com/karthik25/sblog.net/commit/73f24890efbfde6e524bbfa1cf09df953c078fb8
Setup does not start during first run - due to the addition of custom razor view engine in global.asax.cs