Hi,
I am fairly new to GAT and facing an issue. The June 2006 CTP version is installed on my system.
I have created a new GAT package. It includes 2 projects (2 .vsTemplate files in the Templates\Solutions\Projects folderof my GAT package project)which are to be created when my GAT project is registered. These 2 .vsTemplate files are in the folders named Event and EventAndDelegate. Event.vstemplate is supposed to be a project of type Class Library and EventAndDelegate is essentially a WindowsApp which comsumes the Event.dll as a reference.
Now the problem arises when I try to build the GAT solution, the Event class has been refered in the EventAndDelegate's Form1.cs (Event eventObj = new Event();), but there is no build Event.dll file to refer to for the type Event. Could somebody please suggest me how will I get around this problem and build the GAT package successfully. I don't think including the bin/Debug/Event.dll file as a part of the GAT project atdesing time will be a smart idea.Please let me know if any more information is needed. Waiting for a reply.
Thanks Subhadip