Several articles and blogs I have read suggest placing assemblies I wish to make available to T4 in the Visual Studio Public Assemblies folder. This is supposed to be located at C:\Program Files (x86)\Microsoft Visual Studio 10.0\Common7\IDE\PublicAssemblies
, but I have no PublicAssemblies' folder there, only
PrivateAssemblies. Creating my own
PublicAssemblies` folder doesn't seem to work. Assemblies located here are supposed to be available in the .NET section of the Add References dialogue, and my assembly located there is not.
SOLVED: I was looking under Program Files, not Program Files (x86). I found Public Assemblies in the latter location.