Sign in with Microsoft
Sign in or create an account.
Hello,
Select a different account.
You have multiple accounts
Choose the account you want to sign in with.

狀況

請考慮下列情況:

  • 您建立新的 Microsoft BizTalk 伺服器 2010年,或在 Microsoft BizTalk Server 2013年專案在 Visual Studio 2010 Microsoft。

  • 您建立一個協調流程到專案。

  • 您在協調流程中建立下列兩個變數︰

    • var1: System.Xml.XmlDocument

    • var2: System.String

  • 您可以新增一個 「 運算式 」 圖形至協調流程。

  • 您在 「 運算式 」 圖形中加入下列的程式碼︰
    var1 = new System.Xml.XmlDocument(); var2 = var1.InnerText;

在這個案例中,您會收到下列錯誤訊息︰

' var1。InnerText':.NET 屬性是唯寫的因為它並沒有 get 存取子。

解決方案

累積更新資訊

BizTalk Server 2013年的

BizTalk Server 2013年的累積更新套件 2 中,會包含 hotfix 可解決這個問題。

如需有關如何取得累積更新套件,請按一下下面的文件編號,檢視 「 Microsoft 知識庫 」 中的文的詳細資訊︰

2892599累計更新 2 套件 BizTalk Server 2013

為 BizTalk 伺服器 2010

為 BizTalk 伺服器 2010年的累積更新套件所包含可解決這個問題的 hotfix。

如需有關如何取得累積更新套件,請按一下下面的文件編號,檢視 「 Microsoft 知識庫 」 中的文的詳細資訊︰

2855367累計更新套件 6 BizTalk 伺服器 2010

狀態

Microsoft 已確認這是<套用>一節所列出的 Microsoft 產品的問題。

因應措施

要解決這個問題,請重新定義 XmlDocument 為 XmlNode。

Need more help?

Want more options?

探索訂閱權益、瀏覽訓練課程、瞭解如何保護您的裝置等等。

社群可協助您詢問並回答問題、提供意見反應,以及聆聽來自具有豐富知識的專家意見。

Was this information helpful?

How satisfied are you with the translation quality?
What affected your experience?
By pressing submit, your feedback will be used to improve Microsoft products and services. Your IT admin will be able to collect this data. Privacy Statement.

Thank you for your feedback!

×