M
Michel Racicot
In my app, I have some custom controls.
Those controls need to access some data in the configuration file to render
correctly.
In design time, when I use ConfigurationManager.GetSection, It doesn't find
the section I'm looking for.
So, my controls are ok in runtime but are not rendering in design time
(object not set...) because it seems that the ConfigurationManager doesn't
know where to find the .config file in design.
What can solve that issue?
Those controls need to access some data in the configuration file to render
correctly.
In design time, when I use ConfigurationManager.GetSection, It doesn't find
the section I'm looking for.
So, my controls are ok in runtime but are not rendering in design time
(object not set...) because it seems that the ConfigurationManager doesn't
know where to find the .config file in design.
What can solve that issue?