I have the following code in a tester class in my main assembly, PocoGenerator. This assembly is supposed to use a T4 template to generate POCO\'s based on L2S
PocoGenerator
<#@ assembly name="$(ProjectDir)bin\Debug\ProofOfConcept.dll" #>
Happy Coding!