applicationsettingsbase Questions
1
I'm trying to save a custom class to user settings but not having much success.
I've created a test project in Visual Studio 2010 with Target framework = ".NET Framework 4". The main Form has two...
Langouste asked 16/6, 2012 at 13:40
3
Solved
I am trying to save a List<Foo> using ApplicationSettingsBase, however it only outputs the following even though the list is populated:
<setting name="Foobar" serializeAs="Xml">
<v...
Quadrillion asked 15/5, 2009 at 11:45
0
Some background context:
I'm deriving from ApplicationSettingsBase to save custom sets of configuration settings in my application, and the manual testing is working fine, the config sets are...
Attend asked 17/6, 2011 at 19:31
3
Solved
When debugging an application I always get the following error when break on exception is enabled in Visual Studio. This is really bugging me, since we work with break on exception. The funny thing...
Histone asked 16/8, 2010 at 15:53
1
Solved
We have application settings derived from ApplicationSettingsBase. When we push a new version of our app we need to call:
//
// Summary:
// Updates application settings to reflect a more recent...
Bello asked 17/8, 2010 at 0:51
1
© 2022 - 2024 — McMap. All rights reserved.