質問

既存のページにWebPartzoneを追加しようとしています。SharePoint Designer(SPDのサイトアクション - >編集)を使用しています。私はたくさんのASPマークアップを見ますが、のようなものを追加することができます。

<WebPartPages:WebPartZone runat="server" Title="TestZone1" ID="TestZone1">
<ZoneTemplate></ZoneTemplate>
</WebPartPages:WebPartZone>
.

エラーがあります。このWebパーツゾーンに無効なWebパートコンテンツが無効です。コードビューを使用してコンテンツを修正するか、Webパーツを挿入します。

どうすればいいですか?または既存のページにWebPartzonesを追加するもう1つの方法がありますか?

役に立ちましたか?

解決

I tried adding your code to an aspx page and its working. Please to the following points from Microsoft.

Possible reasons include the following:

  1. A Web Part may be restricted to a specific zone on the Web Part Page by the Web Part developer or Web Part Page author, or you are not allowed to modify the Web Part zone.

  2. There are no zones on the Web Part Page.

  3. You do not have the appropriate permission to update the Web Part Page or modify zones on the Web Part Page.

  4. You receive a “missing assembly” message. Web Part developers can display a custom message when the Web Part assembly is not found. This can occur when the Web Part assembly file is not available, or when there is a version mismatch between the Web Part on your Web Part Page and the Web Part stored in the Web Part gallery.

  5. There is a problem with the Web Part file (.dwp). The file may not have well-formed XML, or the Web Part XML schema may be invalid.

ライセンス: CC-BY-SA帰属
所属していません sharepoint.stackexchange
scroll top