SharePoint Solution Generator
From WSSWiki
The SharePoint Solution Generator is a stand-alone application that gets installed as part of the Visual Studio Extensions for WSS 3.0. The solution generator allows you to an existing site definition or list definition and reverse engineer it into a Visual Studio 2005 C# project.
Contents |
[edit] Solution Generator Requirements
- Although the Solution Generator is a stand-alone application, it cannot be downloaded by itself; you have to download the Visual Studio Extensions For WSS 3.0.
- The Solution Generator has to be installed on a server running Windows SharePoint Services 3.0.
[edit] Running Solution Generator
One you have installed the Visual Studio Extensions for WSS 3.0, you will find a link to the SharePoint Solution Generator from your start menu.
- After starting the Solution Generator, you will be presented with your choice of generating a Site Definition or List Definition.
- After clicking next, you will be able to select which site or list you want to reverse engineer.
- The Solution Generator will now generate a Visual Studio 2005 C# project that will allow you to make any further customizations before deploying it to your environments.
[edit] Missing Features
The current version of the SharePoint Solution Generator does not export some aspect of the site definition you are pointing to. The following is a list of items it does not export:
- Content Types
- Site Columns
- Metadata Columns
- Content
- Lookups
- Workflow settings
- Event Handlers



