I am working on adding a base class to specific entities in my object model. To that end I have followed the samples in the following links:
http://drc.ideablade.com/devforce-2012/bin/view/Documentation/model-custom-base-class
http://drc.ideablade.com/devforce-2012/bin/view/Documentation/custom-code-generation-template
My *.tt file looks exactly like the example in the first link with the Assembly includes listed in the second link.
Currently I am getting two errors compiling the transformation:
Compiling transformation: The type or namespace name 'EntityOrComplexTypeWrapper' could not be found (are you missing a using directive or an assembly reference?)
Compiling transformation: The type or namespace name 'EntityTypeWrapper' could not be found (are you missing a using directive or an assembly reference?)
Can you provide any assistance resolving this matter?