Sign in
XAML "for real" / XAML "dans la vraie vie"
Luc Vo Van's Blog
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
About
Email Blog Author
RSS for posts
Atom
RSS for comments
OK
Search
Tags
.NET
Advanced
Avancé
Beginner
Commerce Server
Débutant
English
Français
Français
Intermédiaire
Intermédiaire
Intermediate
Marketplace
Misc
Powershell
Silverlight
TechDays
Virtualization
Visual Studio
VS
WCF Data Services
Windows
Windows Phone
Windows Phone 7
WPF
Archive
Archives
April 2012
(1)
January 2012
(1)
October 2011
(1)
September 2011
(1)
May 2011
(1)
January 2011
(3)
November 2010
(5)
September 2010
(3)
August 2010
(3)
July 2010
(2)
February 2010
(2)
January 2010
(2)
December 2009
(4)
November 2009
(4)
October 2009
(8)
September 2009
(4)
August 2009
(4)
May 2009
(4)
April 2009
(1)
February 2009
(1)
January 2009
(2)
December 2008
(6)
November 2008
(2)
October 2008
(5)
September 2008
(5)
August 2008
(4)
July 2008
(2)
June 2008
(4)
May 2008
(5)
April 2008
(1)
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
XAML "for real" / XAML "dans la vraie vie"
"The configuration section for Logging cannot be found in the configuration source." or how to read an external configuration file for the Logging Application Block
Posted
over 4 years ago
by
lvovan
2
Comments
When using the Logging Application Block, using an IConfigurationSource to read your logging configuration from an external reference might throw a ConfigurationErrorsException("The configuration section for Logging cannot be found in the configuration...
XAML "for real" / XAML "dans la vraie vie"
Lire un fichier de configuration .NET depuis un chemin arbitraire
Posted
over 4 years ago
by
lvovan
0
Comments
Quelques lignes de code simples, mais souvent utiles, permettant d’ouvrir un fichier de configuration .NET depuis n’importe quel chemin accessible. Il suffit d’utiliser la méthode OpenMappedExeConfiguration : var configFileMap = new ExeConfigurationFileMap...
XAML "for real" / XAML "dans la vraie vie"
Reading a configuration file from an abitrary path
Posted
over 4 years ago
by
lvovan
0
Comments
Here a a few, but often useful, lines of code that open a .NET configuration file from any given path. Just use the OpenMappedExeConfiguration method : var configFileMap = new ExeConfigurationFileMap (); configFileMap.ExeConfigFilename = ...
XAML "for real" / XAML "dans la vraie vie"
"The configuration section for Logging cannot be found in the configuration source." ou comment lire un fichier de configuration externe pour le Logging Application Block
Posted
over 4 years ago
by
lvovan
0
Comments
Dans le cadre du Logging Application Block , l'utilisation d'IConfigurationSource pour lire une configuration externe peut provoquer une ConfigurationErrorsException("The configuration section for Logging cannot be found in the configuration source."...
Page 1 of 1 (4 items)