FluorineFx.NET

FluorineFx Visual Studio 2005 Wizard

To simplify the process of creating Fluorine enabled ASP.NET application the Fluorine Wizard enables you to create a new project customized and configured to work with the gateway.

There are 2 project templates used to create a complete FluorineFx-enabled solution and it is recommended to create your projects in the order given in this page (as the WebSite project will automagically add a reference to the service library project)

FluorineFx Visual Studio Wizard for Visual Studio 2005

In Visual Studio 2005 select the File\New\Project... option and create a blank solution:

 

In Visual Studio 2005 select the File\Add\New Project... option:

 

In the installed templates pane, select the FluorineFx ServiceLibrary project Template

 

The wizard creates the Service Library (this is just a class library with the FluorineFx assembly reference). Service libraries are used for 2 reasons: your application can work in Medium Trust environment and for architectural separation.

 

The workspace should look like this:

 

Select the File\Add\Web Site... option:

 

In the installed templates pane, select the FluorineFx ASP.NET WebSite Template

 

The Solution Explorer should provide you with the following project structure:

 

 

In the Web Site References property page you can manage references to assemblies (if required)

 

 

Now that the solution was created it is time to run and debug the application.