2014-07-11 45 views
0

PowerShellSharePoint的新功能,我有一個sharepoint 2013項目visual studio 2013包含SharePoint列表定義和實例。powershell

添加和安裝解決方案並啓用該功能後,我添加了太多的記錄到列表中。

現在我添加另一列到列表(業務需求),我想沒有鬆動的記錄之前插入更新的功能(PowerShell)...

PS:我每次部署(添加新後列),從VS消息顯示:The url or name of this list instance conflicts with a list instance already on the server, the list instance on the server will be deleted before deploying the new instance ...,我點擊Resolve automatically - 然後列表內容消失...

我該怎麼做,請嗎?

+0

喜新用戶,你嘗試過這麼遠嗎? – Raf

+0

我編輯帖子 –

回答

0

挖掘更多的澄清之後......我發現,這是不是很複雜? 要執行這樣的更新

1 /在生產環境中:

只需要運行Update-SPSolution CMD-讓這會爲你做這項工作...

或者我們可以做以下太

1-停用功能...

2回縮溶液...

3-刪除溶液...

4-添加溶液...

5-部署溶液。 ..

6激活功能...

2 /在開發環境:

您可以將解決方案資源管理器中列表實例的Deployment Conflict Resolution屬性設置爲None。只需右鍵單擊VS中的列表實例項目項並選擇屬性。然後從下拉列表

這裏是一個鏈接,更多的信息無:http://michaelbrockman.wordpress.com/2010/11/10/deployment-conflict-resolution-in-visual-studio/