The T4UtilityBelt adds the VolatileAssembly processor for use with T4 Templates. The VolatileAssembly was written by George Mathew and described here. It used to be part of the T4ToolBox, but wasn't available for some time. According to an MS blogpost this shouldn't be neccesary anymore, but I did have issues with locked assemblies that I referenced in templates. Use it in the following manner: <#@ VolatileAssemblyProcessor="VolatileAssemblyProcessor"name="...assemblyName..." #> |