使用Visual Studio 2015进行SharePoint 2016可视Web部件部署

时间:2017-03-16 09:23:30

标签: visual-studio-2015 sharepoint-2016

我在服务器上安装了SharePoint 2016Visual Studio 2015。我正在创建简单的“Hello World”Visual Web部件,但在部署时我收到错误:

Severity Code
Description Project
File Line
Suppression State
Error Unable to load one or more of the requested types. Retrieve the LoaderExceptions property for more information.
VisualWebPartProject2_test15Mar 

请帮我解决这个问题。

1 个答案:

答案 0 :(得分:0)

您是否在Sharepoint项目中创建了功能?如果不是,请创建功能(例如,站点范围)并将Visual Web部件添加为功能中的项目。然后执行以下步骤:

  1. 选择“Sharepoint项目”,然后在“属性”窗格中检查“网站URL”是否已正确设置
  2. Visual Studio中的清洁解决方案
  3. 重建解决方案
  4. 部署解决方案