diff --git a/Modules.Config/ConfigAttributes.vb b/Modules.Config/ConfigAttributes.vb index 560d4aa8..a9e1787e 100644 --- a/Modules.Config/ConfigAttributes.vb +++ b/Modules.Config/ConfigAttributes.vb @@ -22,7 +22,7 @@ ''' ''' The EDMIapp server . Will not be saved to userconfig. ''' - Public Class EDMIAppServer + Public Class EDMIAppServerAttribute Inherits Attribute End Class diff --git a/Modules.Config/ConfigManager.vb b/Modules.Config/ConfigManager.vb index 4b4a5549..dad9c96e 100644 --- a/Modules.Config/ConfigManager.vb +++ b/Modules.Config/ConfigManager.vb @@ -30,6 +30,7 @@ Public Class ConfigManager(Of T) GetType(ConnectionStringAttribute), GetType(ConnectionStringAppServerAttribute), GetType(ConnectionStringTestAttribute), + GetType(EDMIAppServerAttribute), GetType(GlobalSettingAttribute) }