Can anyone help me - I need to reference a class in one of my T4 Toolbox scripts that resides in the same assembly as the script.
Basically I want to reflect over certain classes and do some code generation on them. The problem is that nothing gets generated and I get errors telling me the class in my current project cannot be accessed.
I've tried referencing the namespace, the file and adding a reference to the current assembly (the project) all to no avail.
Please help me :(