using code smith, i'm trying to reference an assembly that i'm generating as output.
the idea is to create the assembly in a build step, then in a later build step reference this assembly for further generation and output from the methods in the assembly.
seems their help is a bit lacking in this area. it says something to the effect of being able to GAC the assembly you wish to reference and then use it in an Assembly directive.
however during the execute, i keep getting error CODESMITH0001: Unable to resolve assembly
any ideas as to where or how i may be thinking about this wrong?
thanks