Base solution for your next web application
Open Closed

Using dbo.AbpSettings #5921


User avatar
0
mgarcia created

Hi! I just set a new setting in DefaultSettingCreator

AddSettingIfNotExists("foo", "LoremIpsum");

but when I try to read that setting value by name

var _foo = _settingManager.GetSettingValue("foo");

but It returned

There is no setting defined with name: foo

And I cant really get what should I do from this Setting Manager

Can you give me an advice?


1 Answer(s)
  • User Avatar
    0
    maliming created
    Support Team

    Did you define the settings in the SettingsProvider?