tt

Can T4 templates use the same library

I have a library that defines a class namespace ClassLibrary1 { public class Class1 { public static readonly int Rate = 5; } } In the same lib I add a tt file <#@ template debug="false" hostspecific="false" language="C#" #> <#@ output extension=".cs" #> <#@ import namespace="ClassLibrary1" #> <#@ assembly name="C...

Setting up Subsonic 3.0 on a ASP.NET web application on Visual Studio 2008

I followed the steps on this tutorial video by at subsonic website. Everything seems to be self explanatory but when I copy the .tt files into my Visual Studio nothing happens. I have read other question relating to this problem on this website but they don't seem to fix this problem. I also went into the regedit to find out the gener...