How to: Build SharePoint Solutions

Building your SharePoint solution is no different than building other applications in Visual Studio. For more information about building applications, see Building Applications in Visual Studio. For a discussion of some considerations that are specific to SharePoint solutions, see How to: Deploy and Publish a SharePoint Solution to a Local SharePoint Site.

To build SharePoint solutions

  1. Decide whether you are making a debug or a release build. For more information, see Debugger Project Settings.

  2. Choose the appropriate option for building or rebuilding your solution or project. For more information, see Building Applications in Visual Studio.

  3. On the menu bar, choose Build, Build Solution.

See Also

Other Resources

Building and Debugging SharePoint Solutions