Posts

Showing posts from February, 2010

How to Create a Deployable Solution Package for SharePoint Feature/WorkFlow

Creating a Manifest.xml File You must create a Manifest.xml file for your solution package. Open the Visual Studio 2008 project you created in the previous Visual How To: Building an Expense Report Approval Workflow for SharePoint Server 2007 Using Visual Studio 2008. To create a Manifest.xml file Add a solution folder to the project. Select the solution in Solution Explorer. Right-click the solution, point to Add, and then click New Solution Folder. Rename the folder Solution. Select the new solution folder. Right-click the new solution folder, point to Add, click New Item, and then select XML File in the dialog box. Rename the XML file to Manifest.xml. Click Add. Add the following to the blank XML file. Xml Copy Code <?xml version="1.0" encoding="utf-8"?> <Solution xmlns="http://schemas.microsoft.com/sharepoint/" SolutionId="B90C9FD7-29F3-477f-A038-B4BA51FE219F"> <FeatureManifests> <FeatureManifest Loc