문제

I have made a project in VS 2010 and added an application page to the project. When i build the project i get no WSP file. There is also no items in feature . If i add a WebPart item, then i get a feature and the WSP file from build.

How can i create the WSP file without adding other features?

도움이 되었습니까?

해결책

I did the following and it worked for me:

  1. In Visual Studio 2010 Create a New Empty SharePoint Project
  2. Right click the project - Add New Item - Application Page
  3. From the menu - Build-> Build (No WSP)
  4. From the menu - Build-> Package (WSP in BIN/Debug Folder)

다른 팁

You can do that. You must insert the resource inside an existing feature through the wsp designer tool under visual studio 2010

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 sharepoint.stackexchange
scroll top