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

  • <tfoot id='BbAg8'></tfoot>

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

      3. <small id='BbAg8'></small><noframes id='BbAg8'>

        無法生成臨時類(結果=1).錯誤 CS0030:無法將類型“

        Unable to generate a temporary class (result=1). error CS0030: Cannot convert type #39;Type[]#39; to #39;Type#39;?(無法生成臨時類(結果=1).錯誤 CS0030:無法將類型“Type[]轉換為“Type?) - IT屋-程序員軟件開發技術分享

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

                <tbody id='Ko9ys'></tbody>
              • <bdo id='Ko9ys'></bdo><ul id='Ko9ys'></ul>

                • <tfoot id='Ko9ys'></tfoot>
                  <i id='Ko9ys'><tr id='Ko9ys'><dt id='Ko9ys'><q id='Ko9ys'><span id='Ko9ys'><b id='Ko9ys'><form id='Ko9ys'><ins id='Ko9ys'></ins><ul id='Ko9ys'></ul><sub id='Ko9ys'></sub></form><legend id='Ko9ys'></legend><bdo id='Ko9ys'><pre id='Ko9ys'><center id='Ko9ys'></center></pre></bdo></b><th id='Ko9ys'></th></span></q></dt></tr></i><div class="qwawimqqmiuu" id='Ko9ys'><tfoot id='Ko9ys'></tfoot><dl id='Ko9ys'><fieldset id='Ko9ys'></fieldset></dl></div>
                  <legend id='Ko9ys'><style id='Ko9ys'><dir id='Ko9ys'><q id='Ko9ys'></q></dir></style></legend>
                  本文介紹了無法生成臨時類(結果=1).錯誤 CS0030:無法將類型“Type[]"轉換為“Type"?的處理方法,對大家解決問題具有一定的參考價值,需要的朋友們下面隨著小編來一起學習吧!

                  問題描述

                  限時送ChatGPT賬號..

                  我使用 xsd.exe 工具從我的 xsd 文件創建了一個類后收到此錯誤.所以我在網上搜索并找到了解決方案.這是鏈接:http://satov.blogspot.com/2006/12/xsdexe-generated-classes-causing.html

                  I get this error after I created a class from my xsd file using the xsd.exe tool. So I searched the net and found a solution. Here is the link: http://satov.blogspot.com/2006/12/xsdexe-generated-classes-causing.html

                  問題是這會使代碼運行,但反序列化的數據似乎已損壞.我按照網站的建議做了,最后第二個數組維度總是空的(見網站的評論,有人也有這個問題).問題是,我現在該如何解決這個問題?是否有其他工具可以創建 xsd 文件?我嘗試了 Xsd2Code,但沒有成功.

                  Problem is that this makes the code run, but somehow the deserialized data seems corrupt. I did what the site suggests and in the end the 2nd array dimension is always empty (see the comments of the site, somebody also had this problem). Question is, how do I solve this issue now? Is there another tool to create the xsd file? I tried Xsd2Code, without success.

                  謝謝:-)

                  推薦答案

                  需要更改序列化類中成員變量的類型.例如,如果它引發如下錯誤:

                  You need to change the type of a member variable in the serialized class. For example if its raising an error like:

                  無法生成臨時類(結果=1).錯誤 CS0030:無法將類型Data[]"轉換為Data".

                  Unable to generate a temporary class (result=1). error CS0030: Cannot convert type 'Data[]' to 'Data'.

                  我在生成的文件中搜索了數據類型名稱,發現了這個:

                  I ran a search on the Data type name in the generated file, and I found this:

                  [System.Xml.Serialization.XmlArrayItemAttribute("Data", typeof(Data), IsNullable=false)]
                  public Data[][] Row
                  

                  Data[][] 替換為 Data[] - 將 Data 的類型從 2D 數組更改為 1D 數組.它會解決你的問題.:)

                  Replace Data[][] with Data[] - Change the type of Data from a 2D array to a 1D array. It would solve your problem. :)

                  這篇關于無法生成臨時類(結果=1).錯誤 CS0030:無法將類型“Type[]"轉換為“Type"?的文章就介紹到這了,希望我們推薦的答案對大家有所幫助,也希望大家多多支持html5模板網!

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

                  相關文檔推薦

                  What are good algorithms for vehicle license plate detection?(車牌檢測有哪些好的算法?)
                  onClick event for Image in Unity(Unity中圖像的onClick事件)
                  Running Total C#(運行總 C#)
                  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)
                    <bdo id='hgWkk'></bdo><ul id='hgWkk'></ul>

                    <tfoot id='hgWkk'></tfoot>
                  • <legend id='hgWkk'><style id='hgWkk'><dir id='hgWkk'><q id='hgWkk'></q></dir></style></legend>

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

                          <tbody id='hgWkk'></tbody>
                            <i id='hgWkk'><tr id='hgWkk'><dt id='hgWkk'><q id='hgWkk'><span id='hgWkk'><b id='hgWkk'><form id='hgWkk'><ins id='hgWkk'></ins><ul id='hgWkk'></ul><sub id='hgWkk'></sub></form><legend id='hgWkk'></legend><bdo id='hgWkk'><pre id='hgWkk'><center id='hgWkk'></center></pre></bdo></b><th id='hgWkk'></th></span></q></dt></tr></i><div class="qwawimqqmiuu" id='hgWkk'><tfoot id='hgWkk'></tfoot><dl id='hgWkk'><fieldset id='hgWkk'></fieldset></dl></div>
                            主站蜘蛛池模板: 美女三区 | 91成人精品| 久久久在线视频 | 在线日韩视频 | h视频在线免费看 | 久久久国产一区 | 久久精品国产清自在天天线 | 亚洲精品成人av久久 | 亚洲天堂999 | 欧美日韩18 | 亚洲精品一区二区另类图片 | 久久久久免费精品国产小说色大师 | 日韩超碰 | 亚洲免费三级 | 黄色网络在线观看 | 九九导航| 日韩欧美精品在线 | av在线一区二区三区 | av网址在线播放 | 成年无码av片在线 | 做a的各种视频 | 久久极品 | 国产精品欧美日韩 | 久久久久久久国产 | 亚州综合一区 | 久久天堂 | 亚洲综合免费 | 国产玖玖| 亚洲视频免费在线观看 | 蜜桃黄网 | 亚洲一区二区三区高清 | 久久久久久高潮国产精品视 | 日本超碰 | 色吧久久 | 久久成人免费视频 | 国产精品九九九 | 精品日韩一区 | 欧美激情va永久在线播放 | 欧美一级特黄aaa大片在线观看 | 欧美黑人体内she精在线观看 | 精品久久中文 |