Tutorial: Compiling the generated code and setting up the solution.

Preface

In the previous tutorial, we generated sourcecode from an LLBLGen Pro project in the designer after having mapped some entities, a typed view and a retrieval stored procedure call. In this tutorial, we'll open the generated Visual Studio.NET 2005 (VS.NET 2005) projects in VS.NET 2005 and compile the generated code and as well add a console project, setup the correct references so we can add our own code using the generated code to use the data in the Northwind database. This tutorial is divided into two sub tutorials: one for Adapter and one for SelfServicing.

A similar (more limited) tutorial is also available in a Flash movie format on our website: Tutorial - VS.NET: compiling a generated project (opens in new window)

Adapter: Setting up the Solution

Please follow the following steps to load the generated VS.NET 2005 projects into VS.NET, setting up the correct references, adding a console project and compile the whole solution. This part is for Adapter. If you're more interested in SelfServicing, see the SelfServicing section below.

You're now ready for the next tutorial where we will add code to our console application. Check the setup of the solution by compiling it with cntrl-shift-B and also save the solution to a folder, for example the parent of the folder you've specified with Destination root folder.

SelfServicing: Setting up the Solution

Please follow the following steps to load the generated VS.NET 2005 projects into VS.NET, setting up the correct references, adding a console project and compile the whole solution. This part is for SelfServicing.

You're now ready for the next tutorial where we will add code to our console application. Check the setup of the solution by compiling it with cntrl-shift-B and also save the solution to a folder, for example the parent of the folder you've specified with Destination root folder.

LLBLGen Pro v2.6 documentation. ©2002-2008 Solutions Design