Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 7 Next »

Step 1: Download CodeSmith

Download and install the latest version of CodeSmith Generator Professional.

NOTE: 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 2: Open a Visual Studio Project

Either create a new project, or open the project that you want to add your NHibernate files to.

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

  1. Open your project in Visual Studio.
  2. Right click on your project in Solution Explorer and add a "New Item"
  3. 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

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!
  • No labels