Skip to content

Compiling and Testing T4 Templates

jarrettmeyer edited this page Feb 27, 2012 · 1 revision

You will need the following developer tooling installed to compile and test the T4 templates.

Visual Studio 2010

  • By default, you'll need a licensed version of VS. The Express versions do not support T4 templates.

SQL Server

  • Your local instance must be named .\SQLEXPRESS.
  • Integrated security must work. You should have sa privileges on your development machine.

MySQL

  • You should have root access with an empty password on your development machine.
Clone this wiki locally