I just started using T4 templates and the first problem occured. When I try to add my own namespaces, it says that this namespace could not be found. I#m a bit lost, what do I have to do since “normal” namespaces like “System.Web” are found?
Share
You probably need to make the assembly this namespace is in known to the template. See http://www.olegsych.com/2008/02/t4-assembly-directive/