I am having trouble in DotNetNuke 7 accessing module settings using
Settings["mySetting"].ToString();
from a method in a custom partial class which inherits "myModuleBase". I am using a module development template that already has a partial class defined called "view" and "edit" which inherit myModuleBase and are able to get module settings using the above.
I don't understand where the problem lies.