Step 1: Select the Application Type

Iron Speed Designer generates these application types:

Web: A web application optimized for desktop screens.

Mobile: Native mobile applications that can be deployed to the Apple iOS and Google Android platforms either directly or via the Apple Store or Google Play as well as Web pages optimized for mobile devices such as smartphones.

RESTful API: Generates a data access layer using the RESTful API to connect to a data provider over the Internet. See Part VIII, RESTful API Aplications.

Microsoft SharePoint: Generates an application which can contain Web and Mobile pages and can be deployed to a Sharepoint 2010 or 2007 server.

Microsoft SharePoint application restrictions

Microsoft SharePoint applications have these restrictions:

Running SharePoint applications in non-SharePoint environments

To run applications built for Microsoft SharePoint in a non-Sharepoint environment, such as in Iron Speed Designer’s Live Preview, Microsoft.SharePoint.dll must be installed in your machine’s Global Assembly Cache (GAC).

You can install the Microsoft.SharePoint.dll using one of these options.

Option #1:  Copy it from an existing Microsoft SharePoint Server.

Microsoft recommends copying the Microsoft.SharePoint.DLL from a folder on the remote computer.  The DLL is typically located in:

C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\12\ISAPI

… on any Windows Server system that has either Windows SharePoint Services (WSS) or Microsoft Office SharePoint Server (MOSS) installed.  First copy the SharePoint DLL to the local machine in a temporary folder, and then from command prompt, enter:

gacutil /i Microsoft.SharePoint.DLL

See: How to install an Assembly into Global Assembly Cache: http://msdn.microsoft.com/en-us/library/dkkx7f79.aspx

GAC: http://msdn.microsoft.com/en-us/library/ex0ss12c(VS.80).aspx

Also see: http://msdn.microsoft.com/en-us/library/ms479423.aspx

Option #2:  Download and install Windows SharePoint Services (WSS) 3.0.

WSS can be installed on any Windows Server operating system, but not on any Windows desktop operating systems such as Windows XP, Windows Vista or Windows 7.

http://technet.microsoft.com/en-us/windowsserver/sharepoint/bb400747.aspx

http://weblogs.asp.net/gunnarpeipman/archive/2009/05/07/running-sharepoint-on-windows-7.aspx

Option #3:  Install Microsoft Office SharePoint Server (MOSS). 

MOSS can be purchased and installed on any Windows Server operating system.

See Also

Application Wizard

Step 1: Select the Application Type

Step 2: Select a Web Page Style

Step 3: Select a Database

Step 4: Select Pages to Create

Step 5: Select Virtual Primary Keys and Virtual Foreign Keys

Step 6: Select Language and Localization Settings

Step 7: Name Your Application

Step 8: Build Your Application