By

How to setup ModelsBuilder in Umbraco 7.4.3

Here are my notes about how to setup ModelsBuilder to generate the files locally:

  1. Set these options in your web.config;

  2. Install the VS Extension:

  3. Setup the VS Extension using settings similar to this:

  4. Build the project locally to have the extension generate the classes for you.

  5. Add the generated files to your project and build the solution.