C#???Appconfig??????????
???????????? ???????[ 2015/5/15 13:29:46 ] ????????????????
?????????Nlog?????????????????????????
????????????app??????????????д?????????????????????xml??
???????<appSettings>????е?????????????????????????????????????????????????????????????????????????????Щ????????÷????????????????nlog???????????????????????
????1 <configSections>
????2 <section name="mySection" type="ConfigSolution.ConfigSectionHandler??ConfigSolution"></section>
????3 </configSections>
????4 <mySection>
????5 <port CPort="40001" WPort="40002" SPort="50000"></port>
????6 <coustomAssembly CommandsAssembly="HX.Components.Command.Collection" CommandMessagesAssembly="HX.Components.CommandMessage.Collection"></coustomAssembly>
????7 </mySection>
???????????????section?????????configSections ???????????籩???????ConfigurationSection ??
?????????????????ConfigurationManager???GetSection?????????????????????????????????????????????????????????????????? Web ??ó?????????? GetSection() ???????????????????ó?????????? ConfigurationManager.GetSection ??????----MSDN??
????var mySection = ConfigurationManager.GetSection("mySection");
??????????3?????????????????????System.Configuration.ConfigurationErrorsException: ???? mySection ?????y????????????: ????“ConfigSolution.ConfigSectionHandler”????“System.Configuration.IConfigurationSectionHandler”??С? ---> System.TypeLoadException: ????“ConfigSolution.ConfigSectionHandler”????“System.Configuration.IConfigurationSectionHandler”??С?
???????????ConfigSolution.ConfigSectionHandler????System.Configuration.IConfigurationSectionHandler??У???????????????????????????Щ????????Ctrl+T??£?SharpDevelop????????????????????
???????MSDN??£?IConfigurationSectionHandler.Create ?????????????仰??IConfigurationSectionHandler.Create ?????????????y??????????????????????£?????ж???
???????????μ????xml???????????section return??????
??????
???·???
??????????????????
2023/3/23 14:23:39???д?ò??????????
2023/3/22 16:17:39????????????????????Щ??
2022/6/14 16:14:27??????????????????????????
2021/10/18 15:37:44???????????????
2021/9/17 15:19:29???·???????·
2021/9/14 15:42:25?????????????
2021/5/28 17:25:47??????APP??????????
2021/5/8 17:01:11