R
Rastko Soskic
I have trouble reading configuration files (configuration for class library
(dll) project).
Although I've added configuration file and properly added configuration
file,
when I try to obtain settings via configuration manager.... simply I can't.
For example ConfigurationManager.ConnectionStrings["SomeName"] is always
null, although there is properly added connectionstring with "SomeName"
name.
What could be problem? configuration files are not available for dll
project???
Any help is appreciated. Thanks in advance
(dll) project).
Although I've added configuration file and properly added configuration
file,
when I try to obtain settings via configuration manager.... simply I can't.
For example ConfigurationManager.ConnectionStrings["SomeName"] is always
null, although there is properly added connectionstring with "SomeName"
name.
What could be problem? configuration files are not available for dll
project???
Any help is appreciated. Thanks in advance