1
完全披露:Sharepoint開發noob。我目前在VS2010中有一個在SP解決方案中構建的3個自定義Web部件。我構建並將我的項目部署到我們的本地Sharepoint開發箱。但是,部署完成後,只有前兩個自定義Web部件顯示在「插入Web部件」功能區部分的「自定義」類別下。我檢查了所有3個webparts的elements.xml文件,它們都設置爲在自定義組下列出。關於如何調試的任何想法?任何建設性的意見非常感謝。自VS2010部署後,自定義Web部件在Sharepoint 2010中不顯示
首頁elements.xml中
<?xml version="1.0" encoding="utf-8"?>
<Elements xmlns="http://schemas.microsoft.com/sharepoint/" >
<Module Name="Home" List="113" Url="_catalogs/wp">
<File Path="Home\Home.webpart" Url="Home.webpart" Type="GhostableInLibrary" >
<Property Name="Group" Value="Custom" />
</File>
</Module>
</Elements>
IdeaEditor elements.xml中
<?xml version="1.0" encoding="utf-8"?>
<Elements xmlns="http://schemas.microsoft.com/sharepoint/" >
<Module Name="IdeaEditor" List="113" Url="_catalogs/wp">
<File Path="IdeaEditor\IdeaEditor.webpart" Url="IdeaEditor.webpart" Type="GhostableInLibrary" >
<Property Name="Group" Value="Custom" />
</File>
</Module>
</Elements>
IdeaGrid Elements.xml的
<?xml version="1.0" encoding="utf-8"?>
<Elements xmlns="http://schemas.microsoft.com/sharepoint/" >
<Module Name="IdeaGrid" List="113" Url="_catalogs/wp">
<File Path="IdeaGrid\IdeaGrid.webpart" Url="IdeaGrid.webpart" Type="GhostableInLibrary" >
<Property Name="Group" Value="Custom" />
</File>
</Module>
</Elements>
您是否檢查過實際的webpart文件以查看它是否有任何錯誤。爲什麼不發佈有問題的webpart文件? – desigeek 2010-06-08 19:52:52