Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Download and install the latest version of CodeSmith Generator Professional.

NOTE: CSLA PLINQO requires the latest version of CodeSmith Generator Professional
(If you have not previously registered with CodeSmith Tools or do not currently own a license of CodeSmith Generator, you will be required to register on the CodeSmith Tools website to get a trial key before using CodeSmith Generator.)

...

Step 3: Add a new CodeSmith Project (CSP) to your project.

  1. Open your project in Visual Studio.
  2. Right click on the project.
  3. Select "Add new item..."
  4. In Common Items there will be a CodeSmith Project.

Step 4: Add NHibernateMaster.cst to your CSP's output.

  1. Configure NHibernateMaster as desired.
  2. Don't forget to update your Assembly name!

Step 5: Update your App.Config

...

  1. your project in Solution Explorer and add a "New Item"
  2. Under "Visual Studio C# Items", and add a "CodeSmith Project"

Step 4: Configurate your CSP for PLINQO for NHibernate

  1. Right click on the CSP and "Manage Outputs"
  2. Add Output, select Hbms.cst, and fill in the 2 required properties
  3. Add Output, select Entities.cst, and fill in the 2 required properties
  4. Add Output, select Queries.cst, and fill in the 1 required property
  5. Right click on the CSP and "Generate Outputs"

Step 5: Add a connection string to your App or Web config

  1. Name the connection string "nhiberante" or the name of your database

Step 6: Generate Outputs

  1. Right click on your CSP and Generate Outputs.
  2. Compile.
  3. Enjoy!