简体   繁体   English

如何从 Visual Studio 创建 WSP?

[英]How to create a WSP from Visual Studio?

I'm new to Sharepoint and Visual Studio.我是 Sharepoint 和 Visual Studio 的新手。 I want to understand which is the proper way to create a WSP using Visual Studio.我想了解哪种是使用 Visual Studio 创建 WSP 的正确方法。

The WSP must have this content: WSP 必须具有以下内容:

  • Folder ISAPI which contains service.svc file;包含service.svc文件的ISAPI文件夹;
  • manifest.xml file; manifest.xml文件;
  • myLibrary.ddl file; myLibrary.ddl文件;

Which type of project should I create in Visual Studio to have this output?我应该在 Visual Studio 中创建哪种类型的项目才能获得此输出? Which are the various steps to create this file in Visual Studio?在 Visual Studio 中创建此文件的各个步骤是什么?

You need create farm solution.您需要创建农场解决方案。

Custom CF DEMO1 Custom CF DEMO2 自定义 CF DEMO1 自定义 CF DEMO2

Publish when you ready to deploy your solution(VS2017 in my local, VS2019 should be similar).准备部署解决方案时发布(我本地的 VS2017,VS2019 应该类似)。

在此处输入图片说明

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM