Application settings and types from the same assembly...
C#
1
Posts
1
Posters
0
Views
1
Watching
-
Hello experts, My application uses the Settings.settings file defined by VS, along with controls'
ApplicationSettings
property. When defining a new setting in the settings file, it is possible to set its type to every type defined in the assemblies referenced by the application, but not the assemblies defined by the application. My application defines an enumeration, but I cannot use it as a setting type. Is there any workaround for the problem? Thanks in advance, Shy.