久久久久久久av_日韩在线中文_看一级毛片视频_日本精品二区_成人深夜福利视频_武道仙尊动漫在线观看

    <i id='LPGHc'><tr id='LPGHc'><dt id='LPGHc'><q id='LPGHc'><span id='LPGHc'><b id='LPGHc'><form id='LPGHc'><ins id='LPGHc'></ins><ul id='LPGHc'></ul><sub id='LPGHc'></sub></form><legend id='LPGHc'></legend><bdo id='LPGHc'><pre id='LPGHc'><center id='LPGHc'></center></pre></bdo></b><th id='LPGHc'></th></span></q></dt></tr></i><div class="qwawimqqmiuu" id='LPGHc'><tfoot id='LPGHc'></tfoot><dl id='LPGHc'><fieldset id='LPGHc'></fieldset></dl></div>
    <legend id='LPGHc'><style id='LPGHc'><dir id='LPGHc'><q id='LPGHc'></q></dir></style></legend>

      <bdo id='LPGHc'></bdo><ul id='LPGHc'></ul>

    <small id='LPGHc'></small><noframes id='LPGHc'>

  1. <tfoot id='LPGHc'></tfoot>

    1. 如何為 web/app.config 架構制作擴展 xsd?

      How do I make an extension xsd for the web/app.config schema?(如何為 web/app.config 架構制作擴展 xsd?)

      1. <small id='nSfwC'></small><noframes id='nSfwC'>

        <i id='nSfwC'><tr id='nSfwC'><dt id='nSfwC'><q id='nSfwC'><span id='nSfwC'><b id='nSfwC'><form id='nSfwC'><ins id='nSfwC'></ins><ul id='nSfwC'></ul><sub id='nSfwC'></sub></form><legend id='nSfwC'></legend><bdo id='nSfwC'><pre id='nSfwC'><center id='nSfwC'></center></pre></bdo></b><th id='nSfwC'></th></span></q></dt></tr></i><div class="qwawimqqmiuu" id='nSfwC'><tfoot id='nSfwC'></tfoot><dl id='nSfwC'><fieldset id='nSfwC'></fieldset></dl></div>
        <legend id='nSfwC'><style id='nSfwC'><dir id='nSfwC'><q id='nSfwC'></q></dir></style></legend>

            <tbody id='nSfwC'></tbody>
          • <tfoot id='nSfwC'></tfoot>
            • <bdo id='nSfwC'></bdo><ul id='nSfwC'></ul>

              • 本文介紹了如何為 web/app.config 架構制作擴展 xsd?的處理方法,對大家解決問題具有一定的參考價值,需要的朋友們下面隨著小編來一起學習吧!

                問題描述

                限時送ChatGPT賬號..

                如何為自定義配置部分創建架構?我嘗試制作一個,但當我使用它時,它說唯一預期的元素是我在該架構中擁有的元素,并抱怨標準的 web.config 東西,即使我仍在使用普通的 DotNetConfig.xsd 文件也是如此.

                解決方案

                我發現的這個問題不是重復的,但是解決方案會解決你的問題:

                How do I make a schema for custom config sections? I tried making one, but when I used it, it said the only expected element was what I had in that schema, and complained about the standard web.config stuff, even though I was still using the normal DotNetConfig.xsd file too.

                解決方案

                This question I found isn't duplicate, but the solution will solve your problem:

                How to fix Error: "Could not find schema information for the attribute/element" by creating schema

                The trick is to get the "Properties" of the app.config editor, and set the Schemas value:

                • Right Click -> Properties anywhere in the XML file editor, or just hit F4 while it is in focus
                • In that dialog, add a local or absolute reference to a schema file

                My app.config file's properties window/gadget looks like this:

                Here's an example I just got working (I'm toying around with Ninject and NLog). The elements and attributes under the nlog section show up correctly in Intellisense, and I get squiggly lines if I violate the schema.

                <?xml version="1.0"?>
                <configuration>
                  <configSections>
                    <section name="nlog" type="NLog.Config.ConfigSectionHandler, NLog" />
                  </configSections>
                  <nlog xmlns="http://www.nlog-project.org/schemas/NLog.xsd"
                        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
                    <targets>
                      <target name="eventLog" xsi:type="EventLog" log="Application"
                              category="TestService" />
                      <target name="file" xsi:type="File"
                              layout="${longdate}|${stacktrace}|${message}"
                              fileName="${logger}.txt" />
                    </targets>
                    <rules>
                      <logger name="*" minlevel="Info" writeTo="eventLog" />
                      <logger name="*" minlevel="Debug" writeTo="file"/>
                    </rules>
                  </nlog>
                  <startup>
                    <supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0" />
                  </startup>
                </configuration>
                

                My schema file is in my project root, right next to app.config, and called NLog.xsd. I simply saved it from here:

                • http://nlog-project.org/schemas/NLog.xsd

                這篇關于如何為 web/app.config 架構制作擴展 xsd?的文章就介紹到這了,希望我們推薦的答案對大家有所幫助,也希望大家多多支持html5模板網!

                【網站聲明】本站部分內容來源于互聯網,旨在幫助大家更快的解決問題,如果有圖片或者內容侵犯了您的權益,請聯系我們刪除處理,感謝您的支持!

                相關文檔推薦

                Deleting a directory when clicked on a hyperlink with JAvascript.ASP.NET C#(單擊帶有 JAvascript.ASP.NET C# 的超鏈接時刪除目錄)
                asp.net listview highlight row on click(asp.net listview 在單擊時突出顯示行)
                Calling A Button OnClick from a function(從函數調用按鈕 OnClick)
                ASP.net C# Gridview ButtonField onclick event(ASP.net C# Gridview ButtonField onclick 事件)
                Adding OnClick event to ASP.NET control(將 OnClick 事件添加到 ASP.NET 控件)
                Multiple submit Button click problem?(多個提交按鈕點擊問題?)
                    • <bdo id='kiAfc'></bdo><ul id='kiAfc'></ul>

                      1. <small id='kiAfc'></small><noframes id='kiAfc'>

                          <tbody id='kiAfc'></tbody>

                        <tfoot id='kiAfc'></tfoot>
                        <i id='kiAfc'><tr id='kiAfc'><dt id='kiAfc'><q id='kiAfc'><span id='kiAfc'><b id='kiAfc'><form id='kiAfc'><ins id='kiAfc'></ins><ul id='kiAfc'></ul><sub id='kiAfc'></sub></form><legend id='kiAfc'></legend><bdo id='kiAfc'><pre id='kiAfc'><center id='kiAfc'></center></pre></bdo></b><th id='kiAfc'></th></span></q></dt></tr></i><div class="qwawimqqmiuu" id='kiAfc'><tfoot id='kiAfc'></tfoot><dl id='kiAfc'><fieldset id='kiAfc'></fieldset></dl></div>

                        <legend id='kiAfc'><style id='kiAfc'><dir id='kiAfc'><q id='kiAfc'></q></dir></style></legend>
                        1. 主站蜘蛛池模板: 91.色| 欧美日韩精品久久久免费观看 | 精品国产免费人成在线观看 | 免费在线一区二区 | 久久久久综合 | 91精品久久久久久久久久 | 欧美黑人一级爽快片淫片高清 | 天天操天天射综合网 | 国产精品国产精品国产专区不卡 | 亚洲国产成人精品久久 | 亚洲日本视频 | 国产精品美女久久久久aⅴ国产馆 | 久久aⅴ乱码一区二区三区 亚洲国产成人精品久久久国产成人一区 | 精品亚洲永久免费精品 | 久久av综合 | 国产电影一区二区 | 中文字幕一区二区三区四区五区 | 殴美黄色录像 | 国产欧美在线 | 毛片网站在线观看 | 国产精品美女 | 91视频在线 | 亚洲欧美日韩精品久久亚洲区 | 欧美日韩三区 | 国产99久久久国产精品下药 | 午夜精品一区二区三区在线视频 | 久久av网站| 成人激情视频免费在线观看 | 在线免费看黄 | 国产精品久久亚洲7777 | 久久精品播放 | 91在线免费视频 | 青青草精品视频 | 日韩二区 | 亚洲一区二区三区久久 | 国产探花在线精品一区二区 | 中文字幕在线免费观看 | 日韩精品二区 | 久久人人网 | h在线| 爱高潮www亚洲精品 中文字幕免费视频 |