configurationsection

    0熱度

    1回答

    我有一個配置節讀取配置文件。該xml看起來像這樣 <GroupBySection> <Groups> <Group name="Source" product="Product One"> <Items> <Item name="2003" type="radio" /> <Item name="2007" type="radio

    1熱度

    1回答

    晚上好,我在一個小項目上工作,我寫的ConfigurationSection沒有返回我放入web.config中的數據。 在這裏輸入的代碼 我的代碼: public class AdminSection : ConfigurationSection { private static AdminSection uniqueInstance; public stati

    0熱度

    1回答

    我在我的app.config如下: <XPathFilter> <outbound> <filter **message="ProductChangeMessage"** xpath="//acs:productDetails[acs:productType = 'Loan']" /> <filter **message="ProductChangeMessage"

    0熱度

    1回答

    我會給出我們問題的簡化版本,但知道我們有方式多於2個項目,依此類推。 所以,在我們的工作中,我們有2個項目 - A B 其中B通過常春藤取決於A。 最近我們增加了配置,主要是default和test。 我們遇到的問題是,在A我們有測試實用程序,其B需要運行它自己的測試,所以我們需要B從A獲得這些實用程序。 我們認爲有2種方法來解決這個問題: 使test配置公共 創建一個新的conf - test-

    0熱度

    2回答

    我有一個項目(A)通過引用服務(B)。服務參考。 即服務(B)有一個DLL的引用(可以稱之爲Business.dll) 該DLL有它自己的容納的app.config其中有一些配置,我會假設會輕易讀取是否是內部調用(作爲控制檯應用程序)或從服務(B)外部調用。 目前,這是行不通的。在app.config(或者更具體地說,Business.dll.config文件)沒有被讀取的一切,: (Busine

    0熱度

    1回答

    我建立Autofac容器如下 _container = ConfigureContainer(new ContainerBuilder()).Build(); 我ConfigureContainer方法建立/配置Autofac ContainerBuilder如下 private static ContainerBuilder ConfigureContainer(ContainerBuil

    1熱度

    1回答

    希望,我可以提出這個問題,這個網站的大腦信任,有人會看到我的錯誤。 我正在開發一個項目,郵件文本需要與各種內部類的屬性中找到的信息「郵件合併」。電子郵件中的典型符號可能類似於「{會員姓名},{手機}等。」 我想定義它們在web.config中使用ConfigurationSection時找到的符號和類。這是我的建議配置部分: <EmailSymbols> <SymbolClasses>

    3熱度

    1回答

    是否可以使用c#在web config中動態添加位置標記? 例如,我想補充: <location path="a/b"> <system.web> <authorization> <allow users="xxx"/> <deny users="*"/> </authorization> </system.web> <

    0熱度

    1回答

    我花了幾個小時試圖確定是什麼導致我的自定義配置節失敗,但我似乎無法找到問題的根源。 我得到一個錯誤: An exception of type 'System.Configuration.ConfigurationErrorsException' occurred in System.Configuration.dll but was not handled in user code Additi

    0熱度

    1回答

    我有一個具有與多個一個app.config文件控制檯應用程序讀取自定義的ConfigurationSection ConfigurationSections 一個示例配置部分將是: public class ThrottlingConfigurationSection : ConfigurationSection, IThrottlingConfigurationSection { p